summary refs log tree commit diff
Commit message (Expand)AuthorAge
* [EVAL] Fix use-after-free in dotrap/evalstringHerbert Xu2014-10-02
* [PARSER] Add nlprompt/nlnoprompt helpersHerbert Xu2014-09-29
* [PARSER] Handle backslash newlines properly after dollar signHerbert Xu2014-09-29
* [INPUT] Kill pgetc_macroHerbert Xu2014-09-29
* [BUILTIN] Correctly handle test ! ! = !Herbert Xu2014-09-28
* Release 0.5.8.Herbert Xu2014-09-26
* [MAN] Clarify "trap '' signals" syntax in manual pageJonathan Nieder2014-09-26
* [MAN] 0 and EXIT both work for exit trapsAdam Buchbinder2014-09-26
* [MAN] Change characters for printf precision to bytesHerbert Xu2014-09-26
* [JOBS] Fix off-by-one error for multiple of four job numbersHarald van Dijk2014-09-26
* [BUILTIN] Set command -p path to /usr/sbin:/usr/bin:/sbin:/binHerbert Xu2014-09-26
* [BUILTIN] Small optimisation of command -pv changeHerbert Xu2014-09-26
* [BUILTIN] command: allow combining -p with -vHarald van Dijk2014-09-26
* [BUILTIN] Fixed argument parsing crash in testHerbert Xu2013-08-23
* [VAR] Initialise OPTIND after importing environmentHerbert Xu2013-08-23
* [VAR] Add newline when tracing in poplocalvarsPeter Rosin2013-08-23
* [MAN] Markup fixes in manual for mandoc 1.12.1Jérémie Courrèges-Anglas2013-08-23
* [BUILTIN] Use PRIdMAX instead of %j in printfHarald van Dijk2013-08-23
* [EXPAND] Propagate EXP_QPAT in subevalvarHerbert Xu2013-08-23
* [MAN] Fix typo for waitKimo Rosenbaum2013-08-23
* [BUILTIN] Add support for ulimit -rChristoph Mathys2012-07-03
* Avoid overflow for very long variable nameJim Meyering2012-07-03
* [VAR] Sanitise environment variable names on entryHerbert Xu2012-02-25
* [SHELL] Add top-level autogen.shDavid S. Miller2011-08-17
* [SHELL] Allow building without LINEO supportDavid S. Miller2011-08-17
* [ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk2011-08-17
* [SHELL] Fix klibc DEBUG compilationmaximilian attems2011-07-15
* [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmdHerbert Xu2011-07-09
* Release 0.5.7.Herbert Xu2011-07-08
* [EVAL] Avoid using undefined handlerJim Meyering2011-07-08
* [MEMALLOC] Avoid clang warning about dead store to "size"Jim Meyering2011-07-08
* [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not usedJim Meyering2011-07-08
* [BUILTIN] Eliminate unnecessary promotion in echocmdHerbert Xu2011-07-07
* [OUTPUT] Make outc an inline functionJonathan Nieder2011-07-07
* [MAN] Remove spurious space in descriptions of PS1, PS2, PS4Kalle Olavi Niemitalo2011-07-07
* [SHELL] Optimize dash -c "command" to avoid a forkHerbert Xu2011-07-07
* [EVAL] Remove unused EV_BACKCMD flagJonathan Nieder2011-07-07
* [PARSER] Fix clobbering of checkkwdHerbert Xu2011-03-15
* [DEBUG] Use va_copy when reusing a va_listJonathan Nieder2011-03-15
* [EXPAND] Free IFS state after here document expansionJonathan Nieder2011-03-15
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [EVAL] Let funcnode refer to a function definition, not its first commandHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Fix backslash handling in read(1)Herbert Xu2011-03-11
* [BUILTIN] Dotcmd should exit with zero when doing nothingJonathan Nieder2011-03-10
* [BUILTIN] Fix CTLESC clobbering by read(1)Herbert Xu2011-03-10
* [SHELL] Port to AIXBrian Koropoff2011-03-10
* [EXPAND] Do not split the result of tilde expansionJilles Tjoelker2011-03-10
* [REDIR] Replace GPL noclobberopen code with the FreeBSD versionJilles Tjoelker2011-03-10
* [EXPAND] Free IFS state in evalbackcmdHerbert Xu2010-11-28
. Note that there is currently a bug in Git whereby it will create the trash directories in our tests/ directory regardless of the value of TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are done. This change does currently affect the location of the test-results/ directory though. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0109: test more URLsJohn Keeping In order to ensure that we don't access $HOME at some point after initial startup when rendering a specific view, run the strace test on a range of different pages. This ensures that we don't end up reading a configuration later for some specific view. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld Several options must be specified prior to scan-path. This is consistant source of user confusion. Document these facts. Suggested-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer In cgit_print_snapshot_links() we strip leading "v" and "V", while we currently only prepend a lower case "v" when parsing a snapshot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer