summary refs log tree commit diff
path: root/src/bltin (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* shell: Always use explicit large file APIHerbert Xu2020-05-15
* builtin: Fix seconds part of times(1)Herbert Xu2020-04-29
* builtin: Use test_access from NetBSD when faccessat is unavailableHerbert Xu2018-05-28
* builtin: Move echo space/nl handling into print_escape_strHerbert Xu2018-04-02
* builtin: Fix echo performance regressionHerbert Xu2018-04-02
* Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu2018-03-25
* builtin: Greater resolution in test -nt / test -otMartijn Dekker2018-03-22
* builtin: Fix echo -n early terminationHerbert Xu2016-09-02
* builtin: Reject malformed printf specifications with digits after '*'Patrick Brown2016-06-06
* builtin: Reset t_wp_op in testcmdHerbert Xu2015-08-13
* [BUILTIN] Fix "test -x" as root on FreeBSD 8Jonathan Nieder2014-11-17
* [BUILTIN] Simplify echo commandHerbert Xu2014-10-27
* [BUILTIN] Optimise handling of backslash octals in printfHerbert Xu2014-10-27
* [BUILTIN] Use error instead of warnx for fatal errors in printfHerbert Xu2014-10-27
* [BUILTIN] Remove getintmax in printfHerbert Xu2014-10-27
* [BUILTIN] Remove unnecessary restoration of format string in printfHerbert Xu2014-10-27
* [BUILTIN] Handle embedded NULs correctly in printfHerbert Xu2014-10-27
* [BUILTIN] Add printf support for format string a, A, and FHerbert Xu2014-10-27
* [BUILTIN] Correctly handle test ! ! = !Herbert Xu2014-09-28
* [BUILTIN] Fixed argument parsing crash in testHerbert Xu2013-08-23
* [BUILTIN] Use PRIdMAX instead of %j in printfHarald van Dijk2013-08-23
* [BUILTIN] Eliminate unnecessary promotion in echocmdHerbert Xu2011-07-07
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Use faccessat if availableHerbert Xu2010-04-02
* [BUILTIN] Made t_lex reentrantHerbert Xu2008-07-13
* [BUILTIN] Made aexpr/oexpr non-recursiveHerbert Xu2008-07-13
* [BUILTIN] Fixed 3,4-argument cases for test per POSIXHerbert Xu2008-07-13
* [BUILTIN] Use intmax_t arithmetic in testHerbert Xu2007-10-06
* [BUILTIN] test: little size and speed optimizationsOleg Verych2007-09-22
* [BUILTIN] test: White space fixesOleg Verych2007-09-22
* [SYSTEM] Check return code for getgroups and fwriteAlexey Gladkov2006-10-13
* [BUILTIN] Fix \c spillage across echo commandsHerbert Xu2005-11-14
* [BUILTIN] Always call conv_escape_str in echocmdHerbert Xu2005-11-13
* [SYSTEM] Added dummy sysconf implementationHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from testHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from printfHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* 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
* Enclose abort insode ifdef DEBUG.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26