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

  • 30b111d51a TODO: moar update Martijn Dekker 2020-06-10 01:34:42 +0200
  • 12a079ea2b TODO: update Martijn Dekker 2020-06-10 00:06:24 +0200
  • a1f46d785f rm "I/O error" error msg; just keep >0 exit status (re: 9011fa93) Martijn Dekker 2020-06-09 21:57:05 +0200
  • b883c7a7f8 remove extra 'isalias' variable (re: 16d5ea9b) Martijn Dekker 2020-06-09 21:16:14 +0200
  • 5d50f825e4 The unalias builtin should return an error for non-existent aliases Johnothan King 2020-06-09 08:31:00 -0700
  • d18469d608 bin/package: exit with nonzero status on build failure Martijn Dekker 2020-06-09 20:11:22 +0200
  • 22d6b4527d Avoid brute-forcing during the build process to prevent failed builds Johnothan King 2020-06-08 20:06:51 -0700
  • c2eabc57e0 shtests: report total errors on terminal and in exit status Martijn Dekker 2020-06-09 03:09:45 +0200
  • fb652a7e50 shtests: fix loose ends Martijn Dekker 2020-06-08 23:51:57 +0200
  • 712261c89b shtests: More speedups; also fix xtrace (re: 734e5953) Martijn Dekker 2020-06-08 23:02:26 +0200
  • ba1f2ba9c3 Fix a build error on Linux due to wrong include ordering Johnothan King 2020-06-08 07:08:40 -0700
  • 40d0bdc287 Fix regression in 'return' introduced by 98e0fc94 Martijn Dekker 2020-06-08 17:00:49 +0200
  • b5e52703e9 Fix an issue with the up arrow key in Emacs editing mode. Johnothan King 2020-06-08 03:22:51 -0700
  • 8f90d98280 tests/signal.sh: slash sleeps by 10 to reduce a long wait Martijn Dekker 2020-06-08 16:12:23 +0200
  • d024d4c895 Fix signal handling due to exit status > 256 Martijn Dekker 2020-06-08 12:23:37 +0200
  • f88f302c38 Remove code related to long-dead 3DFS research project Martijn Dekker 2020-06-08 03:28:36 +0200
  • 5f8b0512f0 POSIX compliance fix: apply 'set -u' to $! Martijn Dekker 2020-06-08 01:05:27 +0200
  • 36da314c9e POSIX compliance fix: apply 'set -u' to $1, $2, ... Martijn Dekker 2020-06-08 00:01:24 +0200
  • e2a648b41f tests/options.sh: fix child shell test by exporting variable Martijn Dekker 2020-06-07 23:35:17 +0200
  • 781f0a39aa Fix parsing of multibyte characters Martijn Dekker 2020-06-07 22:51:45 +0200
  • 7559f83eff Fix ksh hanging in pipes Martijn Dekker 2020-06-07 22:29:29 +0200
  • 98c1e37d86 Fix memory corruption while parsing functions Martijn Dekker 2020-06-07 20:41:04 +0200
  • b9f28bc508 cleanup: remove pointless no-op 'fc' and 'type' aliases Martijn Dekker 2020-06-07 17:55:56 +0200
  • 61d9bca581 POSIX compliance: rm harmful default aliases 'command '/'nohup ' Martijn Dekker 2020-06-07 02:36:54 +0200
  • 65d363fd34 POSIX compliance fix: make 'times' a proper builtin Martijn Dekker 2020-06-06 21:25:59 +0200
  • 3a3776f1df INIT/cc.darwin: re-suppress redefined macro warnings (re: a1d8ff6f) Martijn Dekker 2020-06-06 16:45:37 +0200
  • 778b3da79a manual page: correct conditions under which shell is interactive Martijn Dekker 2020-06-06 13:34:54 +0200
  • d8a2b4fa6d manual page: fix documentation of default path Martijn Dekker 2020-06-06 13:09:33 +0200
  • 7a421ba57f INIT: tweak cc.{darwin,freebsd}; add cc.openbsd Martijn Dekker 2020-06-06 03:40:18 +0200
  • 8e97419b0b Fix ${.sh.subshell} counter to actually count level of subshells Martijn Dekker 2020-06-05 21:39:47 +0200
  • 6c68b53170 For consistency & greppability: global replace "sub-shell" => "subshell" Martijn Dekker 2020-06-05 20:58:41 +0200
  • 8b07d2a011 Fix various crashes by removing invalid memccpy() use Martijn Dekker 2020-06-05 16:03:07 +0200
  • 6f0e008cf7 Fix unsetting special vars in subshells (re: efa31503, 8b7f8f9b) Martijn Dekker 2020-06-05 15:31:26 +0200
  • 04722950bb tests/variables.sh: fix subshell error count, & another xtrace caught in comsub Martijn Dekker 2020-06-05 04:01:08 +0200
  • b6b8b522a7 regress tests: remove use of unportable direct paths to commands Martijn Dekker 2020-06-04 22:49:37 +0200
  • 3552a2bafd Restore building on old Mac OS X (Darwin) with GCC (re: e74e98b8) Martijn Dekker 2020-06-04 20:53:23 +0200
  • 794d1c8601 shtests: report signal when a test crashes Martijn Dekker 2020-06-04 19:44:59 +0200
  • 21f281a5fa tests/variables.sh: update virtual subshell failure TODO Martijn Dekker 2020-06-04 19:03:24 +0200
  • 759157bdb2 Fix hang in unsetting functions in subshells (re: dde38782) Martijn Dekker 2020-06-04 18:16:49 +0200
  • 1026006db3 Fix BUG_KBGPID: $! was not updated under certain conditions Martijn Dekker 2020-06-04 05:19:59 +0200
  • a9351320ed tests/variables.sh: fix problems with tracing ('bin/shtests -x') Martijn Dekker 2020-06-04 03:42:15 +0200
  • 80126062cc tests/bracket.sh: don't test r/w perms as root; fix typos Martijn Dekker 2020-06-03 02:39:43 +0200
  • e1ef18c8ef tests/builtin.sh: don't use unportable 'seq' (is not on OpenBSD) Martijn Dekker 2020-06-03 02:11:17 +0200
  • eee47df423 Fix handling of skipped directories when autoloading functions Martijn Dekker 2020-05-31 15:29:15 +0200
  • 482d1c3dd6 fix 24 more typos found with the help of codespell Martijn Dekker 2020-05-30 15:55:30 +0100
  • 7003aba487 Fix 'test'/'[' exit status >1 on error in arithmetic expression Martijn Dekker 2020-05-30 15:21:30 +0100
  • e902633abe bin/shtests: fix SHELL=/path/to/ksh assignment argument Martijn Dekker 2020-05-29 16:45:55 +0100
  • ec888867fd Fix unsetting aliases in subshells Martijn Dekker 2020-05-29 08:27:53 +0100
  • 047cb3303c Fix redefining & unsetting functions in subshells (BUG_FNSUBSH) Martijn Dekker 2020-05-29 08:27:20 +0100
  • 6e90d4d76c tests/path.sh: if root, skip tests involving unreadable scripts Martijn Dekker 2020-05-24 23:39:02 +0100
  • 62f8e744f1 tests/variables.sh: minor fix in failure error msg Martijn Dekker 2020-05-21 22:27:54 +0100
  • 593a5a8b7f Patch vulnerability CVE-2019-14868 Martijn Dekker 2020-05-21 14:27:51 +0200
  • c1dae413d2 shtests: don't require specifying .sh extension for test script Martijn Dekker 2020-05-21 01:16:48 +0200
  • e999f6b169 Fix truncating of files with <>;file combined with <#pattern Martijn Dekker 2020-05-20 23:42:00 +0200
  • a638e724d0 INIT/cc.darwin: revert inadvertent change in SHOPT_SPAWN Martijn Dekker 2020-05-20 18:56:49 +0200
  • 60516872de tests/io.sh: Update after BUG_PUTIOERR and BUG_REDIRIO fixes Martijn Dekker 2020-05-20 16:56:43 +0100
  • 952944197f Fix bugs in testing if a parameter is set Martijn Dekker 2020-05-20 15:50:43 +0100
  • 2887378ae3 INIT/cc.darwin: suppress another annoying compiler warning Martijn Dekker 2020-05-20 15:49:10 +0100
  • c9ccee86bb Fix 'command -p' by fixing initialisation of default PATH variable Martijn Dekker 2020-05-19 15:49:56 +0100
  • f35e7ecd1d INIT/cc.darwin: default to -Os (small code) like Apple does Martijn Dekker 2020-05-17 13:24:37 +0100
  • 9f6dd1ea73 ksh93/sh.1: say that ${.sh.subshell} only counts virtual subshells Martijn Dekker 2020-05-17 10:51:27 +0100
  • d10eab988a Regression test suite: bugfix: accurately report number of errors Martijn Dekker 2020-05-17 10:11:06 +0100
  • 75fc493e7d sh/suid_exec.c: fix 2 confusing typos in comments Martijn Dekker 2020-05-16 21:48:33 +0100
  • 412cd96dc1 fix 5 more typos: incorrect "than" Martijn Dekker 2020-05-16 20:59:39 +0100
  • cafe33f048 Fix 'test -t 1' in $(command substitutions) Martijn Dekker 2020-05-16 20:06:49 +0100
  • b87a7cabc5 tests/locale.sh: fix test that depended on 'od' whitespace output Martijn Dekker 2020-05-14 18:33:47 +0100
  • 49c7a52edd tests/locale.sh: fix UTF-8 test to use builtin command Martijn Dekker 2020-05-14 18:25:20 +0100
  • 11226f9edd tests/locale.sh: remove unportable test with external 'wc' command Martijn Dekker 2020-05-14 18:11:17 +0100
  • 2318de328a Regression test suite: get rid of unportable 'mktemp -dt' Martijn Dekker 2020-05-14 17:55:47 +0100
  • 2e7602da2a Add bin/shtests, convenient wrapper for regression tests Martijn Dekker 2020-05-14 17:41:26 +0100
  • 93e15a3035 Fix BUG_PUTIOERR: Check for and report I/O error in output builtins Martijn Dekker 2020-05-16 16:04:35 +0200
  • 846ad93272 Fix 'print -s -f' Martijn Dekker 2020-05-14 11:36:16 +0100
  • e856094ca2 Fix build scripts so ksh compiles on recent macOS (Mac OS X) Martijn Dekker 2020-05-13 17:02:38 +0100
  • 38df54982f TODO: add items about broken default aliases Martijn Dekker 2020-05-13 15:16:24 +0100
  • eeee77edd1 Fix BUG_REDIRIO Martijn Dekker 2020-05-13 15:00:33 +0100
  • 915b2b2e19 Bump version, rename branch: 93u+ => 93u+m Martijn Dekker 2020-05-13 14:19:20 +0100
  • 3edd751063 Add TODO, documenting currently known shell bugs Martijn Dekker 2020-05-13 14:17:37 +0100
  • 6a4972069f Fix BUG_CASELIT: pattern matching as literal string in 'case' Martijn Dekker 2020-06-11 17:14:31 +0200
  • c1c7a1bcaf Correct typo in man page Martijn Dekker 2020-05-12 23:05:51 +0100
  • 39a14c1000 Fix 80 typos in comments Martijn Dekker 2020-03-01 16:52:45 +0100
  • 53443bb981 Fix 47 typos in user-facing help and error messages Martijn Dekker 2020-02-26 22:49:11 +0100
  • 9c75314c71 Fix 181 typos in user-facing documentation Martijn Dekker 2020-02-26 22:20:02 +0100
  • 2940b3f536 Rebooting 93u+m reboot Martijn Dekker 2020-06-12 01:43:13 +0200
  • c7907f4f19 .gitignore: add dthelp parser/pass1 files Jon Trulson 2020-05-25 12:31:20 -0600
  • 6da55905ec dthelp/parser/pass1: get it to build Jon Trulson 2020-04-15 11:34:01 -0600
  • 349802ddd3 dthelpprint: make it build. Jon Trulson 2020-04-13 16:21:27 -0600
  • b64d91d5a9 app-defaults, config, types: re-enable parallel builds Jon Trulson 2020-03-24 17:54:47 -0600
  • 3d217c6ed1 merge: fix to use per-proc filenames rather than hardcoding them Jon Trulson 2020-03-24 17:51:24 -0600
  • f5c3c5d7a2 .gitignore: add config numbered session files Jon Trulson 2020-03-24 17:45:36 -0600
  • 255b399760 appmanager action files: create and populate them Jon Trulson 2020-03-24 14:53:07 -0600
  • 316ab9c9db tt: fix link order for tt_type_comp and dbck Jon Trulson 2020-03-24 11:34:51 -0600
  • 137bbf383e dthelp: get parts of it building. Jon Trulson 2020-03-23 13:51:01 -0600
  • dcda29d67a dthelpdemo: remove old Makefile.SUN, .IBM, and .HP Jon Trulson 2020-03-23 13:44:34 -0600
  • 11b9c30ace Build nsgmls Jon Trulson 2020-03-23 13:31:34 -0600
  • b649ef98b1 configure: enable building of nsgmls and parts of dthelp Jon Trulson 2020-03-23 13:27:06 -0600
  • 5852c4742f Fix erroneous uses of ${prefix} rather than $(CDE_INSTALLATION_TOP) Jon Trulson 2020-03-23 13:10:07 -0600
  • a6e78364d0 Use bindir in install hooks rather than CDE_INSTALLATION_TOP Jon Trulson 2020-03-23 13:00:54 -0600
  • 11af2add7e Merge branch 'master' into autotools-conversion Jon Trulson 2020-03-23 12:55:32 -0600
  • 15a2032626 Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym Jon Trulson 2020-03-23 12:51:18 -0600
  • 8f2fe85639 Merge branch 'master' into autotools-conversion Jon Trulson 2020-03-22 19:09:58 -0600