aboutsummaryrefslogtreecommitdiffstats
path: root/main/editline
AgeCommit message (Collapse)AuthorFilesLines
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming1-1/+0
- the output of flex includes a static function called 'input' that is not used, so for the moment we'll stop having the compiler tell us about unused variables in the flex source files (a better fix would be to improve our flex post-processing to remove the unused function) - main/stdtime/localtime.c makes assumptions about signed integer overflow, and gcc-4.3's improved optimizer tries to take advantage of handling potential overflow conditions at compile time; for now, suppress these optimizations until we can fiure out if the code needs improvement - main/udptl.c has some references to uninitialized variables; in one case there was no bug, but in the other it was certainly possibly for unexpected behavior to occur - main/editline/readline.c had an unused variable git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@107352 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-07Fix hardcoded grep in editline, were GNU grep is required.qwell1-1/+1
(closes issue #12124) Reported by: dmartin git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@106842 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-09Allow filename completion on zero-length modules, remove a memory leak, removetilghman1-43/+39
a file descriptor leak, and make filename completion thread-safe. Patched and tested by tilghman. (Closes issue #11681) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@97350 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-30Fix build of editline on Solaris.qwell1-2/+1
Issue 11113, patch by snuffy. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87567 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ↵kpfleming1-0/+1
are created during the build git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-22a couple Solaris tweaks, to help build properly.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming57-0/+25416
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b