1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Commit graph

  • fa70fc3f77 tests/pty.sh: misc tweaks Martijn Dekker 2020-07-03 21:52:28 +0200
  • a0dcdeeade Fix bugs with backslash escaping in interactive vi mode (#57) Johnothan King 2020-07-03 12:08:00 -0700
  • 035a4cb3f4
    Fix segfault if $PATH contains a .paths directory (#55) Anuradha Weeraman 2020-07-02 18:29:07 -0400
  • 0c40e7c182 INIT/make.probe: change for GCC v10 based on official AST repo Martijn Dekker 2020-07-03 00:06:42 +0200
  • db1d539d49
    Fix ERE repetition expressions in [[ ... =~ ERE{x,y} ]] (#54) Johnothan King 2020-07-02 10:40:15 -0700
  • ad9a9219f0
    Fix memory leak regression tests by using ps(1) (#50) Johnothan King 2020-07-01 12:00:58 -0700
  • 120aec25ba
    Fix a crash when 'read -u' is given an invalid fd (#53) Johnothan King 2020-07-01 10:14:10 -0700
  • 3e14072768 package.sh: clean up FIFO properly (re: 936802f9) Martijn Dekker 2020-06-30 04:45:02 +0200
  • 8d8a825723 Part-revert GMT->UTC change (re: c9634e90) Martijn Dekker 2020-06-30 02:36:13 +0200
  • fa51a5ce3b Fix 'whence -a' regression test (re: 99065353) Martijn Dekker 2020-06-30 01:43:25 +0200
  • 1b5bc1802a
    Fix the readonly builtin's scope in functions (#51) Johnothan King 2020-06-29 11:09:20 -0700
  • 10b6ba801d
    Fix memory corruption when a compound variable is unset (#49) Johnothan King 2020-06-29 10:08:28 -0700
  • 5135cf651c
    Fix crashes caused by 'typeset -RF' (#47) Johnothan King 2020-06-28 15:30:27 -0700
  • c870be9fea regress: avoid interference from systemwide /etc/ksh.kshrc Martijn Dekker 2020-06-27 00:52:17 +0200
  • bb4745e897
    Fix incorrect behavior of 'cd ../.foo' (#46) Johnothan King 2020-06-26 15:36:29 -0700
  • eaaa0de74d tests/builtins.sh: change GMT to UTC before testing (re: c9634e90) Martijn Dekker 2020-06-26 13:35:15 +0200
  • c9634e908d tmdata: prioritise "UTC" over "GMT" Martijn Dekker 2020-06-26 13:07:51 +0200
  • f811482350 bin/shtests wrapper: export INSTALLROOT when using other ksh Martijn Dekker 2020-06-26 12:19:06 +0200
  • 8c705bf3b7 Fix behaviour of tabs in raw Bourne Shell-like editing mode Martijn Dekker 2020-06-26 07:19:58 +0200
  • 4cecde1dd3 Fix buggy completion of ~/some in vi mode (#41) Johnothan King 2020-06-25 14:08:43 -0700
  • d41ec674c7 Fix some errors in the documentation and other minor issues (#42) Johnothan King 2020-06-25 08:21:40 -0700
  • 43d9fbac1f tests/bracket.sh: disable 'test -N' tests due to noatime mounts Martijn Dekker 2020-06-25 14:18:30 +0200
  • 2315f6687a Add regress test for fixed BUG_KUNSETIFS (re: 6f0e008c, 7b994b6a) Martijn Dekker 2020-06-24 19:38:09 +0200
  • 43c09c2d6f tests/pty.sh: disable 137(C) because it actually tests vi(1) Martijn Dekker 2020-06-24 16:40:28 +0200
  • 5c677a4c6c Refactor the new 'times' builtin; zero-pad seconds (re: 65d363fd) Martijn Dekker 2020-06-24 13:43:49 +0200
  • 57ff4676eb Fix very silly bug in times builtin (re: 65d363fd) Martijn Dekker 2020-06-24 07:47:57 +0200
  • d8fe061f4c shtests: count nonexistent tests as errors (re: c2eabc57) Martijn Dekker 2020-06-24 00:51:40 +0200
  • 0aa9e03f55
    Fix process substitution combined with redirection (#40) Johnothan King 2020-06-23 15:02:16 -0700
  • 1463236142
    Fix test failures in CI build, disable Mac build (#39) Anuradha Weeraman 2020-06-23 03:22:14 -0400
  • c1994b87f1
    Fix nested functions ignoring prefixed variable assignments (#37) Johnothan King 2020-06-22 16:27:05 -0700
  • e0b326ae15
    Fix a test failure for printf %T now on Linux (#38) Johnothan King 2020-06-22 15:55:51 -0700
  • 85165ee5e1
    Continous integration builds using Github actions (#36) Anuradha Weeraman 2020-06-22 18:53:26 -0400
  • ff358f3464 Fix a crash when 'kill %%' and 'kill %+' are run (#35) Johnothan King 2020-06-22 10:11:19 -0700
  • 3ba4900e9c Make 'stop' and 'suspend' regular built-ins Martijn Dekker 2020-06-22 14:59:24 +0200
  • add82e1984
    Cosmetic fix to README.md (#33) Anuradha Weeraman 2020-06-21 21:51:44 -0400
  • 54da7fc202
    Fix 'bin/package clean' deleting entire git repo (#32) Anuradha Weeraman 2020-06-21 19:59:55 -0400
  • de2b4a6f97
    edit/edit.c: fix compiler warnings (#31) Anuradha Weeraman 2020-06-20 20:47:11 -0400
  • 9d428f8f5e Fix erroneous fork after 'readonly PATH' in subshell (re: 102868f8) Martijn Dekker 2020-06-20 23:39:42 +0200
  • bd3e2a8001
    Fix unreliable behavior when special vars are readonly or unset (#27) Johnothan King 2020-06-20 10:08:41 -0700
  • ee698e89d5
    Fix compiler warning in INIT/ratz.c (#28) Anuradha Weeraman 2020-06-20 07:42:53 -0400
  • 99065353b3 Fix 'whence -a' to print correct path for tracked alias (#25) Johnothan King 2020-06-19 05:01:55 -0700
  • 876da711c0 data/builtins.c: fix typo in 'getopts' usage message Martijn Dekker 2020-06-18 12:12:15 +0200
  • 57af42d968 data/builtins.c: tweaks for {exec,redirect} --man (re: 7b82c338) Martijn Dekker 2020-06-18 11:46:59 +0200
  • 8b51d12f4b data/builtins.c: cosmetic fix in comment Martijn Dekker 2020-06-18 03:40:29 +0200
  • 3e3f6b0f12 Restore #22 'unset -f' fix minus segfault (re: b7932e87, 97511748) Martijn Dekker 2020-06-18 02:48:51 +0200
  • 975117485c Part revert #22 to undo memory fault (re: b7932e87) Martijn Dekker 2020-06-17 21:01:55 +0200
  • b7932e87b6
    Fix two problems with 'unset -f' behavior (#22) Johnothan King 2020-06-17 10:26:43 -0700
  • 746ce73671 regress: don't count temp dir creation as test (re: 2318de32) Martijn Dekker 2020-06-17 17:04:04 +0200
  • 9ff692c2bb regress: count tests and report line numbers (re: 7b994b6a) Martijn Dekker 2020-06-17 15:43:16 +0200
  • fae8862c53
    Fix assignments preceding 'command <special builtin>' (#19) Johnothan King 2020-06-16 14:58:05 -0700
  • c258a04f7a
    Implement a portable fix for SIGCHLD crashes (#18) Johnothan King 2020-06-16 14:44:02 -0700
  • 764acefaf1 read -r -d should not ignore -r Johnothan King 2020-06-16 04:21:42 -0700
  • ad349c7668 silence macro redefinition warnings (re: 7003aba4) Martijn Dekker 2020-06-16 04:51:06 +0200
  • a9de50bf79 Apply simple optimisation for ${ subshare; } (re: 3d38270b) Martijn Dekker 2020-06-15 20:07:05 +0200
  • 6916a873c2 optget: display --help and --man in terse usage messages Martijn Dekker 2020-06-15 16:56:11 +0200
  • 7f2c81103b regress: avoid backporting a cmd subst bug from beta Martijn Dekker 2020-06-15 12:32:57 +0200
  • 503a596a3e
    Merge pull request #16 from JohnoKing/fix-optimized-variables Martijn Dekker 2020-06-15 15:44:50 +0100
  • 3d38270b32 Remove a buggy optimization for variables in subshells Johnothan King 2020-06-15 06:43:37 -0700
  • ef1621c18f Make 'source' a regular built-in Martijn Dekker 2020-06-15 09:03:44 +0200
  • b7f48e8a10 Revert job locking patch (re: 07cc71b8, 58560db7) Martijn Dekker 2020-06-15 02:52:50 +0200
  • 58560db768 Restore build without __sync_fetch_and_{add,sub} (re: 07cc71b8) Martijn Dekker 2020-06-14 23:49:07 +0200
  • f95d3105ef
    Merge pull request #14 from aweeraman/debian-patches-2 Martijn Dekker 2020-06-14 21:46:32 +0100
  • 07cc71b880 ksh segfaults in job_chksave after receiving SIGCHLD Anuradha Weeraman 2020-06-14 14:19:13 -0400
  • ae25b7f886 move read -S regress test to readcsv.sh (re: af0bd6ad) Martijn Dekker 2020-06-14 20:10:07 +0200
  • 242d3f768b
    Merge pull request #12 from JohnoKing/fix-read-s Martijn Dekker 2020-06-14 18:50:58 +0100
  • af0bd6ad70 read -S now correctly handles nested double quotes Johnothan King 2020-06-14 09:28:22 -0700
  • 5498d9ec25
    Merge pull request #11 from JohnoKing/leap-seconds Martijn Dekker 2020-06-14 16:54:23 +0100
  • ff01ecdaba
    Merge pull request #10 from aweeraman/debian-patches-1 Martijn Dekker 2020-06-14 16:43:37 +0100
  • a81a64060c sh.1: forgot update after d8eba9d1 Martijn Dekker 2020-06-14 16:49:41 +0200
  • 49cac9e604 Fixes for implicit declaration warnings Anuradha Weeraman 2020-06-14 09:55:08 -0400
  • 51f97cf82f Fix two more problems with time zones and epoch handling Johnothan King 2020-06-14 06:53:05 -0700
  • 6109f54a5e Fix for no-argument use of 'cd' in .../fun/dirs Martijn Dekker 2020-06-14 10:24:05 +0200
  • d66f2a80d8 sh.1: default PS1 is "$ ", not "$" Martijn Dekker 2020-06-14 08:42:07 +0200
  • 1a6f37dc86 NEWS: update repo URI Martijn Dekker 2020-06-14 06:28:38 +0200
  • 76f7d15a93
    Merge pull request #8 from JohnoKing/fix-freebsd-date Martijn Dekker 2020-06-14 00:07:51 +0100
  • a739115ffe
    Merge pull request #7 from JohnoKing/fix-special-vars Martijn Dekker 2020-06-14 00:05:40 +0100
  • d7c9470704 Backport the ksh2020 fix for timezone name determination Johnothan King 2020-06-13 14:16:08 -0700
  • 7b994b6a7e Implement a better fix for unsetting special env vars Johnothan King 2020-06-13 05:12:10 -0700
  • 289f56cd4c tests/pty.sh: fix regress fail due to $TMPDIR Martijn Dekker 2020-06-13 01:48:13 +0200
  • 881a5be07c Remove obsolete docs, keeping official description Martijn Dekker 2020-06-12 20:15:20 +0200
  • d600cf61fa use 'ksh93' org identifier for new/changed builtins Martijn Dekker 2020-06-12 18:49:53 +0200
  • a5e2fa8db7
    README.md: tweak policy Martijn Dekker 2020-06-12 14:42:23 +0100
  • 5aea9bbe08
    README.md: update NEWS link after transfer to ksh93 org Martijn Dekker 2020-06-12 13:52:51 +0100
  • e500479ede
    Merge pull request #1 from JohnoKing/fix-builtin-delete Martijn Dekker 2020-06-12 12:36:42 +0100
  • 017d088c39 builtin -d should not delete special builtins Johnothan King 2020-06-11 20:18:01 -0700
  • cd5c181a39 Restore AST 'pty' pseudoterminal command (re: reboot) Martijn Dekker 2020-06-12 12:35:58 +0200
  • 802ea67afb tests/io.sh: don't abort entire suite on failure Martijn Dekker 2020-06-12 11:34:10 +0200
  • d8eba9d112 Remove 'login' and 'newgrp' builtins: not sane default behaviour Martijn Dekker 2020-06-12 06:57:57 +0200
  • 7b82c338da Make 'redirect' a regular builtin instead of an alias of 'exec' Martijn Dekker 2020-06-12 04:17:14 +0200
  • 936802f92a Simplify exit status fix, restore interruptability Martijn Dekker 2020-06-11 20:58:24 +0200
  • 7a8a46700c Build on more darwin/macOS versions Martijn Dekker 2020-06-11 19:59:51 +0200
  • 04b9171858 POSIX compliance fix: make 'unalias' a regular builtin Martijn Dekker 2020-06-11 12:43:17 +0200
  • 2da22f4023 data/builtins.c: minor cosmetic 'alias --man' fix (re: d8428a833) Martijn Dekker 2020-06-11 11:34:59 +0200
  • 80d9ae2b1c Refactor new b_hash(); better hash table clear (re: d8428a83) Martijn Dekker 2020-06-11 05:23:38 +0200
  • 74b4162178 Fix set +r so that it cannot unset the restricted option Johnothan King 2020-06-10 10:19:41 -0700
  • 9cef2d534a shtests: make tests more interruptable with Ctrl+C Martijn Dekker 2020-06-11 00:19:03 +0200
  • 102868f850 Replace the hash alias with a proper builtin Johnothan King 2020-06-10 04:00:35 -0700
  • d1bd8f89b7 shtests: print CPU times used at end (re: ebf71e61) Martijn Dekker 2020-06-10 11:25:22 +0200
  • e92faddbf9 Fix 39 spelling errors and a formatting issue Johnothan King 2020-06-10 05:16:53 -0700
  • 90fd867171 Update manual after a0e0e29e Martijn Dekker 2020-06-10 07:01:04 +0200