2017-11-20 |
tg | fix typo in comment |
blob | commitdiff |
2017-05-05 |
tg | sprinkle tons more ord() around |
blob | commitdiff | diff to current |
2017-04-28 |
tg | const |
blob | commitdiff | diff to current |
2017-04-28 |
tg | commit the optimisation result from the new fast charac... |
blob | commitdiff | diff to current |
2017-04-27 |
tg | allow : and [ in alias names (but forbid [[ explicitly) |
blob | commitdiff | diff to current |
2017-04-27 |
tg | refactor |
blob | commitdiff | diff to current |
2017-04-27 |
tg | fixup the remaining issues and last optimisations |
blob | commitdiff | diff to current |
2017-04-27 |
tg | batch of optimisations |
blob | commitdiff | diff to current |
2017-04-27 |
tg | eliminate legacy macros |
blob | commitdiff | diff to current |
2017-04-21 |
tg | make ord() result unsigned int; add asc() which is: |
blob | commitdiff | diff to current |
2017-04-17 |
tg | do not apply alias name restrictions to directories... |
blob | commitdiff | diff to current |
2017-04-12 |
tg | fix test operator comment descriptions |
blob | commitdiff | diff to current |
2017-04-12 |
tg | add test -v, initially from Martijn Dekker |
blob | commitdiff | diff to current |
2017-04-08 |
tg | allow 'eval break', from Martijn Dekker |
blob | commitdiff | diff to current |
2017-04-06 |
tg | put the hyphen-minus back into the allowed alias name... |
blob | commitdiff | diff to current |
2017-04-06 |
tg | fix reentrancy of 'typeset -f' output in the face of... |
blob | commitdiff | diff to current |
2017-04-06 |
tg | limit alias characters to what POSIX requires |
blob | commitdiff | diff to current |
2017-04-02 |
tg | string pooling, and more consistent look for error... |
blob | commitdiff | diff to current |
2017-04-02 |
tg | move c_typeset() to var.c so we have access to either... |
blob | commitdiff | diff to current |
2017-04-02 |
tg | merge mksh-os2 by KO Myung-Hun <komh@chollian.net>... |
blob | commitdiff | diff to current |
2017-04-02 |
mirabilos | fix two small setmode()-related bugs |
blob | commitdiff | diff to current |
2017-04-02 |
mirabilos | use new MKSH_WITH_TEXTMODE for several of the #ifdefs |
blob | commitdiff | diff to current |
2017-04-02 |
mirabilos | Merge mksh CVS HEAD |
blob | commitdiff | diff to current |
2017-03-22 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2017-03-22 |
tg | fixup LINENO in eval and alias; patch and initial testcase |
blob | commitdiff | diff to current |
2017-03-19 |
tg | use \\builtin ipv \let] and \set internally |
blob | commitdiff | diff to current |
2017-03-19 |
tg | Haiku-related ulimit overhaul: |
blob | commitdiff | diff to current |
2017-03-17 |
tg | implement “typeset -g”, From: Martijn Dekker <martijn... |
blob | commitdiff | diff to current |
2017-03-12 |
tg | document the declaration utility stuff and the new... |
blob | commitdiff | diff to current |
2017-03-12 |
tg | add a “\builtin” builtin, make it forward assignments... |
blob | commitdiff | diff to current |
2017-03-11 |
tg | add “\builtin” utility |
blob | commitdiff | diff to current |
2017-03-11 |
tg | make “builtin” and “wait” not special |
blob | commitdiff | diff to current |
2017-02-18 |
tg | fixup relation between lksh and mksh (somewhat minimal... |
blob | commitdiff | diff to current |
2017-02-18 |
tg | less assignments |
blob | commitdiff | diff to current |
2017-02-17 |
tg | there’s no evidence for -e in any BSD echo (but in... |
blob | commitdiff | diff to current |
2017-02-08 |
tg | fix broken indentation accidentally introduced in ... |
blob | commitdiff | diff to current |
2016-12-18 |
KO Myung-Hun | Read in text mode in a needed place only |
blob | commitdiff | diff to current |
2016-11-12 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-11-12 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-11-11 |
tg | gcc 6.2 warnings (stupid uninitialised that wasn't... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | return 128+SIGALRM if read with timeout timeouts, inspi... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | fix print -cn |
blob | commitdiff | diff to current |
2016-11-11 |
tg | make print -c honour line separator |
blob | commitdiff | diff to current |
2016-11-11 |
tg | just 'print -c' outputs not even a newline; plug a... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | put print_columns options into a helper struct, eases... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | first implementation of “print -c” for columnising... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | implement print -N: set output word and line separator... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | implement print -l: change output word separator to... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | goto keeps us from evaluating the loop condition twice... |
blob | commitdiff | diff to current |
2016-11-11 |
tg | implement: empty arg in print -A is input word separator |
blob | commitdiff | diff to current |
2016-11-11 |
tg | refactor c_print into a loop |
blob | commitdiff | diff to current |
2016-11-11 |
tg | pack local bools into a struct, for tighter stack packing |
blob | commitdiff | diff to current |
2016-08-25 |
tg | read(2) and write(2) don’t EINTR for fast input (LP... |
blob | commitdiff | diff to current |
2016-08-13 |
KO Myung-Hun | Merge tag 'mksh-R53a' into HEAD |
blob | commitdiff | diff to current |
2016-08-13 |
KO Myung-Hun | Merge tag 'mksh-R53' into HEAD |
blob | commitdiff | diff to current |
2016-08-01 |
tg | implement $KSH_MATCH and, to make it usable, ${foo... |
blob | commitdiff | diff to current |
2016-08-01 |
tg | fix missing Xcheck leading to overflow for strings... |
blob | commitdiff | diff to current |
2016-07-28 |
tg | fix (POSIX) errorlevel of ‘.’ when sourced file has... |
blob | commitdiff | diff to current |
2016-07-26 |
tg | defer to external rename(1) too |
blob | commitdiff | diff to current |
2016-07-25 |
tg | add print -A for R53 |
blob | commitdiff | diff to current |
2016-07-25 |
tg | rework string pooling; disable our own (rely on compile... |
blob | commitdiff | diff to current |
2016-07-24 |
tg | re-add realpath to prefer-external-if-argument, needed... |
blob | commitdiff | diff to current |
2016-07-24 |
tg | invent builtin flags instead of special-casing cat... |
blob | commitdiff | diff to current |
2016-06-28 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-06-26 |
tg | since we already support XSI test -a/-o, they better... |
blob | commitdiff | diff to current |
2016-06-25 |
tg | abort read builtin in case of read(2) errors |
blob | commitdiff | diff to current |
2016-05-06 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-03-08 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-03-08 |
KO Myung-Hun | Merge tag 'mksh-R52c' |
blob | commitdiff | diff to current |
2016-03-05 |
KO Myung-Hun | Merge tag 'mksh-R52c' |
blob | commitdiff | diff to current |
2016-02-26 |
tg | I didn’t like the code behind command -[Vv] and whence... |
blob | commitdiff | diff to current |
2016-02-25 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-01-24 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2016-01-24 |
KO Myung-Hun | Merge commit '91ae6ad199035b1cf' |
blob | commitdiff | diff to current |
2016-01-21 |
tg | save 200 bytes off .text by revisiting string pooling |
blob | commitdiff | diff to current |
2016-01-20 |
tg | fix errno in print/echo builtin; optimise (with partial... |
blob | commitdiff | diff to current |
2016-01-20 |
tg | handle SIGPIPE in built-in cat correctly (LP#1532621) |
blob | commitdiff | diff to current |
2016-01-19 |
tg | align with future POSIX on austingroupbugs.net/view... |
blob | commitdiff | diff to current |
2016-01-14 |
tg | permit 'read -A/-a arr[idx]' as long as only one elemen... |
blob | commitdiff | diff to current |
2016-01-13 |
tg | incorporate suggestions by J�rg Schilling |
blob | commitdiff | diff to current |
2015-12-13 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-12-12 |
tg | fix regression introduced with test(1) rewrite in R40d: |
blob | commitdiff | diff to current |
2015-10-26 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-10-24 |
tg | fix \u0000 and \x00 being ignored in $'…' and print... |
blob | commitdiff | diff to current |
2015-10-11 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-10-09 |
tg | make “source” into a built-in command (keepasn, to... |
blob | commitdiff | diff to current |
2015-10-09 |
tg | revert most of commitid 3ec342c92b3a8874 and fixup... |
blob | commitdiff | diff to current |
2015-10-09 |
tg | partial oksh sync, up to commit 80be547da108d5c241ae068... |
blob | commitdiff | diff to current |
2015-09-12 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-09-05 |
tg | oksh sync, simplify *all* if(x)free(x); constructs... |
blob | commitdiff | diff to current |
2015-08-15 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-08-13 |
tg | be more careful with signals and errorlevels; bounds... |
blob | commitdiff | diff to current |
2015-08-13 |
tg | oksh sync: one rcsid-only plus this one by guenther: |
blob | commitdiff | diff to current |
2015-07-21 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-07-09 |
tg | harden the crlf vs lf tests even more; use binary mode... |
blob | commitdiff | diff to current |
2015-07-09 |
tg | apply the new cat hack to printf, too, to prefer it... |
blob | commitdiff | diff to current |
2015-07-09 |
tg | more easy OS/2 fixes |
blob | commitdiff | diff to current |
2015-07-08 |
KO Myung-Hun | Merge remote-tracking branch 'mksh/master' |
blob | commitdiff | diff to current |
2015-07-06 |
tg | • revert the cat hack for realpath and rename |
blob | commitdiff | diff to current |
2015-07-05 |
tg | implement completely new multiline code by delaying... |
blob | commitdiff | diff to current |
next |