summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAge
* [BUILD] Added --with-libedit option to configureAlexey Gladkov2006-05-23
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [PARSER] Use alloca to get rid of setjmpHerbert Xu2006-03-29
* [PARSER] Removed useless parsebackquote flagHerbert Xu2006-03-29
* [EVAL] Make eval with empty arguments return 0 Herbert Xu2006-01-12
* [BUILTIN] Fix \c spillage across echo commandsHerbert Xu2005-11-14
* [BUILTIN] Always call conv_escape_str in echocmdHerbert Xu2005-11-13
* [MEMALLOC] Remove unnecessary truncation in _STPUTCHerbert Xu2005-11-13
* [HELPER] Use mktemp if tempfile is not availableHerbert Xu2005-11-04
* [JOBS] Fixed support for disabling job controlHerbert Xu2005-10-30
* [SYSTEM] Fixed fallback stpcpy implementationHerbert Xu2005-10-29
* [SYSTEM] Added out-of-line ctypes functions for klibcHerbert Xu2005-10-29
* [SYSTEM] Include system.h for stpcpy in nodes.cHerbert Xu2005-10-29
* [SYSTEM] Added dummy sysconf implementationHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from testHerbert Xu2005-10-29
* [SYSTEM] Added dummy strtod implementationHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from printfHerbert Xu2005-10-29
* [SYSTEM] Added default definition for SSIZE_MAXHerbert Xu2005-10-29
* [BUILTIN] Disable histcmd completely when SMALL is definedHerbert Xu2005-10-29
* [BUILTIN] Disable ulimit if there is no getrlimitHerbert Xu2005-10-29
* [SIGNAL] Added default implementation of killpgHerbert Xu2005-10-29
* [SIGNAL] Added default implementation of strsignalHerbert Xu2005-10-29
* Added missing system.h inclusion for mempcpyHerbert Xu2005-10-29
* Fixed gcc 4.0 compilation problemsHerbert Xu2005-10-29
* [EXPAND] Added getpwhome as a wrapper for getpwnamHerbert Xu2005-10-29
* [SYSTEM] Added default implementation of bsearchHerbert Xu2005-10-29
* [BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu2005-10-29
* [SIGNAL] Removed use of __P from error.hHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* [INPUT] Size optimisations in preadbuffer()Herbert Xu2005-10-26
* [INPUT] Fix NUL skipping in preadbufferHerbert Xu2005-10-01
* Added eflag fixes for trap and minusc.herbert2005-09-26
* Removed unnecessary inclusion of eval.h from parser.c.herbert2005-09-26
* Let evaltree handle traps from cmdloop.herbert2005-09-26
* Handle SKIPEVAL in read_profile by exiting.herbert2005-09-26
* Removed unnecessary inclusion of main.h from eval.c.herbert2005-09-26
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Removed some unnecessary inclusions of input.h.herbert2005-09-26
* Turn evalskip into a bit field.herbert2005-09-26
* Eliminate first null termination in setvar.herbert2005-09-26
* Add trailing equal sign in setvar for variables set to null.pape2005-09-26
* Get rid of duplicate -g -O2 in CFLAGS.herbert2005-09-26
* Cleaned up src/Makefile.am.herbert2005-09-26
* Fixed support for cross-compilation.gilles.chanteperdrix2005-09-26
* Do not clobber exit status in dotcmd.herbert2005-09-26
* Removed redundant setstackmark from dotcmd.herbert2005-09-26
* Removed qflag.herbert2005-09-26
* Invert return value of test_eaccess and rename it to test_st_mode.herbert2005-09-26
* Eliminate duplicate stat in test_eaccess.herbert2005-09-26
* Optimised FILGZ test.herbert2005-09-26