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

Revision History

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

99 49 Older
# 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
99 49 Older