# |
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 |