]> git.ipfire.org Git - thirdparty/bash.git/history - MANIFEST
add more overflow handling for printf builtin; start incorporating C23 stdckdint...
[thirdparty/bash.git] / MANIFEST
2024-03-15  Chet Rameyadd more overflow handling for printf builtin; start...
2024-02-20  Chet Rameyavoid executing unsafe functions if we get a terminatin...
2024-02-16  Chet Rameyadditional error checking for declare; changes for...
2024-01-02  Chet Rameyfix for dequoting words in pretty-print mode; posix...
2023-12-05  Chet Rameyreadline fix for do-lowercase-version; fix for reading...
2023-12-04  Chet Rameyfix for ssh infinite loop when SSH_SOURCE_BASHRC is...
2023-11-24  Chet Rameyfix for fdflags loadable builtin; new strptime loadable...
2023-11-06  Chet Rameyrenamed several functions beginning with legal_; change...
2023-10-23  Chet Rameysmall change to brace expansion to inhibit some error...
2023-10-11  Chet Rameychanges to quoting for some globbing characters; regula...
2023-10-10  Chet Rameyfix for @E transformation; fixes for failures in arith...
2023-10-04  Chet Rameychanges to several error messages; more test suite...
2023-09-28  Chet Rameysmall changes to some error messages; greatly expanded...
2023-09-25  Chet Rameya select command invalid selection variable name is...
2023-08-18  Chet Rameyfix for LINENO after shell errors; fix for crash with...
2023-08-14  Chet Rameyupdate included libintl to gettext-0.21.1
2023-08-01  Chet Rameynew readline application hook to print macro key sequen...
2023-07-17  Chet Rameyfix for leak when completing command word with glob...
2023-07-10  Chet Rameyfix cd when user assigns a value to OLDPWD; fix android...
2023-06-13  Chet Rameyextend assoc_expand_once to indexed arrays; rename...
2023-06-03  Chet Rameyfix for adding `;' to nofork command substitution;...
2023-05-22  Chet Rameyupdates for nofork command substitution; changes for...
2023-05-15  Chet Rameycomplete initial implementation of nofork command subst...
2023-04-16  Chet Rameynew GLOBSORT variable
2023-03-27  Chet Rameyfixes for glibc time/gettimeofday issue; fix issue...
2023-03-10  Chet Rameyposix conformance fixes
2023-03-06  Chet Rameyreadline fix for rl_undo_list pointer aliasing; arith...
2023-02-27  Chet Rameylocal variables no longer modify external variables...
2023-02-17  Chet Rameyadd support for case-insensitive incremental and non...
2023-02-07  Chet Rameyfix tilde expansion in associative array compound assig...
2023-02-06  Chet Rameyprintf changes: %q/%Q altform, %ls/%lc wide character...
2023-01-20  Chet Rameyfix terminal pgrp issue with async jobs in non-interact...
2023-01-03  Chet Rameyfix for optimizing issues in sourced files; change...
2022-12-19  Chet Rameyfix comsub inside parameter expansion in here-document...
2022-12-13  Chet Rameyfix for parameter length expressions for nameref variab...
2022-12-02  Chet Rameymore changes for bracket expressions in patterns
2022-10-18  Chet Rameyfixes for posix-mode alias expansion in command substit...
2022-10-07  Chet Rameyfixes for extended glob in compat mode; fix for bracket...
2022-09-20  Chet Rameydocumentation updates
2022-09-01  Chet Rameyfix for problem with command substitutions inside aliases
2022-08-23  Chet Rameyfix for exec builtin when the command is not found
2022-07-26  Chet Rameyfixed gcc printf warning; fixed typos in comments and...
2022-07-12  Chet Rameyadditional tests; documentation updates
2022-06-22  Chet Rameyupdated translations; minor change to DEBUG trap
2022-06-14  Chet Rameybumped version to 5.2-rc1
2022-05-18  Chet Rameyfix for EXIT trap in -c command; suspend -f now suspend...
2022-05-03  Chet Rameyfix to RL_STATE_EOF in readline callback mode; fix...
2022-04-27  Chet Rameyfix up parser flags command substitution parsing inheri...
2022-04-12  Chet Rameyminor portability fixes; printf now uses double for...
2022-03-25  Chet Rameyremove history position change to non-incremental searc...
2022-02-11  Chet Rameydocument new readline variables "active-region-start...
2022-01-31  Chet Rameymore changes for here-docs and $'...'; command optimiza...
2022-01-18  Chet Rameychange to behavior of '&' in pattern substitution repla...
2022-01-04  Chet Rameynew shell option to force globbing never to return...
2021-12-22  Chet Rameymore changes to avoid expanding associative array subsc...
2021-12-14  Chet Rameyfix for posix semantics for the := word expansion when...
2021-11-30  Chet Rameynew getconf shell builtin
2021-11-16  Chet Rameyreadline: use a custom extension in LS_COLORS to set...
2021-11-08  Chet Rameyupdate version to 5.2-devel, update copyright dates
2021-10-04  Chet Rameyenable support for using `&' in the pattern substitutio...
2021-09-28  Chet Rameyfixes for array subscripts and values containing 0x01...
2021-09-23  Chet Rameynew alternate array implementation that prioritizes...
2021-09-19  Chet Rameychanges to command timing with errexit; binary file...
2021-08-23  Chet Rameynew "@k" parameter transformation; minor completion...
2021-07-16  Chet Rameyreadline changes for MSVC wide chars; check for more...
2021-06-28  Chet Rameynew option to auto-close varassign redirs; fixed some...
2021-06-21  Chet Rameycommand substitution parsing now calls the parser recur...
2021-06-15  Chet Rameychanges to handling of "." and ".." when dotglob is...
2021-05-14  Chet Rameyminor changes for builtin array subscript expansion...
2021-05-13  Chet Rameymore changes to handle @ and * as associative array...
2021-05-07  Chet Rameyfirst set of changes to eliminate array subscript doubl...
2021-03-15  Chet Rameyprocess $'...' and $"..." in here-documents
2021-03-10  Chet Rameyread builtin timeouts no longer use SIGALRM
2021-03-10  Chet Rameycommit bash-20210305 snapshot
2021-03-05  Chet Rameycommit bash-20210301 snapshot
2021-03-01  Chet Rameycommit bash-20210224 snapshot
2021-02-17  Chet Rameycommit bash-20210215 snapshot
2021-02-11  Chet Rameycommit bash-20210209 snapshot
2021-02-01  Chet Rameycommit bash-20210127 snapshot
2021-01-19  Chet Rameycommit bash-20210115 snapshot
2021-01-07  Chet Rameycommit bash-20210104 snapshot
2020-12-25  Chet Rameycommit bash-20201218 snapshot
2020-12-18  Chet Rameycommit bash-20201211 snapshot
2020-11-03  Chet Rameycommit bash-20201030 snapshot
2020-09-24  Chet Rameycommit bash-20200921 snapshot
2020-09-21  Chet Rameycommit bash-20200907 snapshot
2020-08-19  Chet Rameycommit bash-20200814 snapshot
2020-08-05  Chet Rameycommit bash-20200803 snapshot
2020-07-20  Chet Rameycommit bash-20200718 snapshot
2020-07-14  Chet Rameycommit bash-20200710 snapshot
2020-06-04  Chet Rameycommit bash-20200603 snapshot
2020-06-03  Chet Rameycommit bash-20200529 snapshot
2020-05-29  Chet Rameycommit bash-20200527 snapshot
2020-05-08  Chet Rameycommit bash-20200504 snapshot
2020-04-30  Chet Rameycommit bash-20200427 snapshot
2020-04-22  Chet Rameycommit bash-20200420 snapshot
2020-04-17  Chet Rameycommit bash-20200413 snapshot
2020-03-27  Chet Rameycommit bash-20200323 snapshot
2020-03-23  Chet Rameycommit bash-20200319 snapshot
2020-02-24  Chet Rameycommit bash-20200221 snapshot
next