[Show "Revision History"] [Show "General Page Infos"] [Show "Page hits and edits"]

Revision History

Showing page edit history entries from 1 to 99 out of 99 entries total. (5 | 10 | 25 | 50 | 100 | 200 items per page)

# Date Size Editor Comment Action
99 2024-04-14 22:29:57 10501 to previous emanuele6 inspired => Inspired view
98 2024-03-27 00:26:48 10501 to previous larryv fixed "1989-06-7" -> "1989-06-07" view
97 2024-03-17 01:40:00 10500 to previous larryv changed "Copied/inspired from" to "Copied from / inspired by" view
96 2024-03-17 00:54:59 10490 to previous emanuele6 add some other bash 5.3 features view
95 2024-03-08 15:26:35 10436 to previous emanuele6 merge $'\xXX' and \xXX rows view
94 2024-03-08 12:26:09 10484 to previous emanuele6 $'\xXX' was not added in 3.0, it was added way earlier in 2.02 (specifically 2.02-beta2) Ref: https://gitlab.com/geirha/bash/-/commit/cce855bc5b117cb7ae70064131120687bc69fac0 view
93 2024-01-30 06:14:17 10483 to previous 80 :u specifically is actually from zsh from 1990, copied later by tcsh in 1992 view
92 2024-01-26 12:21:23 10482 to previous emanuele6 I didn't know about the L modifier in ksh93, cool! for zsh, I tried on LC_ALL=en_US.utf-8 zsh -c 'printf %c รจ' on my PC and it didn't work; %.1s worked though. view
91 2024-01-26 09:18:56 10485 to previous StephaneChazelas   view
90 2024-01-26 06:26:23 10219 to previous emanuele6 join patsub_replacement and ${var/$pat/&} rows view
89 2024-01-26 06:25:00 10242 to previous emanuele6 reword view
88 2024-01-26 06:23:35 10230 to previous emanuele6 explicitly list ${var/$pat/&} view
87 2024-01-24 00:00:45 10164 to previous emanuele6 add copied/inspired from column for bash 5.3 features view
86 2024-01-18 18:38:23 10076 to previous emanuele6 start listing some of the new features in bash 5.3 view
85 2023-10-28 01:44:11 9810 to previous larryv replaced bash-hackers URL with Wayback Machine version view
84 2023-06-02 19:41:10 9766 to previous emanuele6 mention declare -I in bash 5.1 view
83 2023-02-19 01:06:18 9732 to previous emanuele6 mention assoc=(key value) assignments introduced in 5.0; this feature may have been copied from zsh, but i am not sure view
82 2022-12-30 22:58:54 9658 to previous emanuele6 printf %n view
81 2022-12-20 21:09:21 9619 to previous emanuele6 mention that ${@:offset:length} contains $0 if offset is == 0 (or < -$#) since 4.0 view
80 2022-11-03 14:15:58 9561 to previous emanuele6 mention failglob and mention \xXX sequences in $'' (i have not investigated the origin of $'\xXX', it probably comes from some ksh93 verison, but i am not sure) view
79 2022-11-03 14:03:30 9478 to previous emanuele6 add pipefail, RETURN trap, BASH_REMATCH view
78 2022-11-02 18:36:55 9343 to previous emanuele6 replacement => replacement part view
77 2022-11-02 18:31:53 9338 to previous emanuele6 ${var/pat/"$rep"} stopped being equivalent to ${var/pat/\"$rep\"} in bash 4.3 view
76 2022-10-02 16:55:42 9247 to previous llua csh's original man page describes using arrays, zsh 2.0.0's man pages details the syntax, predating ksh93. view
75 2022-09-26 23:07:00 9206 to previous GreyCat 5.2 released today view
74 2022-08-14 13:36:21 9061 to previous emanuele6 --pretty-print view
73 2022-08-03 03:45:04 8996 to previous emanuele6 BASH_XTRACEFD => BASH_XTRACEFD (variable) view
72 2022-08-01 21:39:08 8984 to previous emanuele6 mention that -1 is the default argument for %(fmt)T only since 4.3 view
71 2022-07-30 15:33:51 8895 to previous emanuele6 mention non-readonly BASH_REMATCH view
70 2022-02-03 20:04:07 8837 to previous geirha Listing changes for the upcoming bash-5.2 view
69 2021-11-04 20:26:01 8567 to previous emanuele6 add [n]>&word- view
68 2021-07-22 18:47:46 8512 to previous geirha compopt in 4.0 view
67 2021-04-06 13:59:47 8471 to previous geirha PROMPT_COMMAND may be an array view
66 2021-04-03 20:33:53 8417 to previous geirha list the possible ${var@spec} letters of 4.4 view
65 2020-12-07 16:24:16 8381 to previous GreyCat bash 5.1 released view
64 2020-05-01 18:51:26 8140 to previous c-73-202-78-216 Link to initial beta announcement, found via https://en.wikipedia.org/wiki/Bash_(Unix_shell)#cite_note-BashBeta-9 view
63 2019-08-13 07:54:25 8144 to previous geirha When dynamically loadable completions became possible view
62 2019-01-17 22:25:40 8069 to previous StephaneChazelas   view
61 2019-01-17 22:21:09 8072 to previous StephaneChazelas EPOCHSECONDS, EPOCHREALTIME from zsh view
60 2019-01-07 22:18:18 8055 to previous geirha 5.0 release announcement view
59 2019-01-07 20:16:40 7986 to previous GreyCat 5.0 (no announcement email yet) view
58 2018-06-19 13:01:39 8054 to previous GreyCat test =v ' view
57 2018-05-24 05:54:08 7985 to previous geirha BASH_ARGV0 to change $0 view
56 2018-03-30 21:24:12 7942 to previous geirha   view
55 2018-03-30 21:22:59 7939 to previous geirha Added some upcoming changes found by diffing doc/bash.1 between master and devel branch view
54 2018-03-22 18:17:00 7600 to previous GreyCat read -t 0 view
53 2018-02-23 19:05:48 7542 to previous geirha some broken links view
52 2017-11-23 16:04:47 7545 to previous geirha The [,] and [^] are slightly confusing view
51 2017-08-19 14:11:38 7533 to previous StephaneChazelas   view
50 2017-08-19 06:41:19 7533 to previous StephaneChazelas   view
49 2017-08-18 21:23:15 7544 to previous GreyCat   view
48 2017-07-14 14:02:23 7546 to previous geirha ^ is special to moin syntax view
47 2017-06-29 16:54:40 7538 to previous llua   view
46 2016-09-21 15:09:01 7568 to previous izabera   view
45 2016-09-16 13:35:41 7569 to previous GreyCat   view
44 2016-09-16 13:35:08 7569 to previous GreyCat   view
43 2016-09-16 13:34:24 7569 to previous GreyCat 4.4 announcement view
42 2016-09-16 07:40:20 7471 to previous geirha PS0 is probably native view
41 2016-09-16 07:39:36 7466 to previous geirha bash-4.4 released view
40 2016-08-26 20:09:15 7585 to previous geirha   view
39 2016-08-25 13:34:16 7553 to previous StephaneChazelas bash had read -t0 before 4.0. What 4.0 added was floating point support for those like in zsh (also added in ksh93 in 2004 one year after zsh) view
38 2016-08-22 20:13:40 7553 to previous StephaneChazelas Add indication of origin for the different features view
37 2016-08-07 21:54:38 6578 to previous geirha arrays and $'...' view
36 2016-06-28 21:03:19 6509 to previous geirha removing 1.14.7 view
35 2016-06-28 21:01:08 6544 to previous geirha found older bug-bash emails at google groups, so found dates for most versions down to 1.01 view
34 2016-06-28 19:00:48 4418 to previous geirha Including table of release dates view
33 2016-06-28 15:42:19 2814 to previous geirha Listing major.minor (year) instead of which alpha versions the features appeared view
32 2016-01-05 11:34:34 2779 to previous geirha Adding nocasematch view
31 2015-10-28 20:06:59 2693 to previous geirha Splitting out 4.4 changes in a separate table until it is released view
30 2015-10-22 19:29:46 2657 to previous GreyCat   view
29 2015-10-22 19:27:05 2639 to previous GreyCat other 4.4 stuff view
28 2015-06-09 13:38:00 2408 to previous geirha   view
27 2015-03-30 12:08:54 2384 to previous geirha long awaited mapfile -d coming in next release view
26 2014-11-27 16:33:44 2343 to previous geirha read got four new options in 2.04 view
25 2013-09-24 19:59:12 2303 to previous GreyCat printf %q -> 2.05b view
24 2013-08-08 05:34:11 2258 to previous ormaaj   view
23 2013-08-04 15:15:30 2246 to previous ormaaj   view
22 2013-08-04 08:14:43 2238 to previous ormaaj   view
21 2013-07-29 18:27:13 2153 to previous geirha negative subscripts allowed in more than just parameter expansions in 4.3. view
20 2012-05-07 12:12:43 2087 to previous geirha typo view
19 2012-05-06 12:02:18 2087 to previous 57 BASH_XTRACEFD view
18 2012-03-07 22:44:42 2057 to previous geirha read -i view
17 2011-10-12 19:38:18 2033 to previous ip-35   view
16 2011-09-18 16:52:30 1983 to previous ormaaj   view
15 2011-06-28 11:39:29 1920 to previous geirha   view
14 2011-05-20 17:17:38 1891 to previous GreyCat 4.2 changes (and one 4.1) view
13 2010-12-21 21:56:04 1640 to previous GreyCat read -t 0 (bash 4.0) view
12 2010-10-27 16:03:12 1614 to previous rrcs-24-39-102-30   view
11 2010-07-29 09:36:48 1551 to previous geirha command_not_found_handle view
10 2010-07-27 20:25:09 1502 to previous GreyCat   view
9 2010-07-07 09:04:39 1460 to previous geirha += also for arrays view
8 2010-07-02 04:23:10 1444 to previous geirha Link to related bash-hackers page view
7 2010-03-30 17:07:08 1324 to previous GreyCat   view
6 2010-03-25 18:25:21 1184 to previous geirha added globstar view
5 2010-03-24 17:35:37 1158 to previous rrcs-24-39-102-31 mapfile added. view
4 2008-11-22 22:01:49 1135 to previous GreyCat first-line view
3 2008-11-22 14:09:50 1082 to previous localhost converted to 1.6 markup view
2 2007-11-07 00:20:46 1076 to previous cpe-74-65-28-251 printf -v added between 3.0-release and 3.1-alpha1 view
1 2007-05-02 23:54:57 1045 redondos   view