1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/cmd/ksh93/data
Martijn Dekker 6f50ff6497 disable 'vmstate' builtin when using system's malloc(3)
Related discussion:
https://github.com/ksh93/ksh/issues/95#issuecomment-664010969

src/cmd/ksh93/tests/leaks.sh:
- When ksh is compiled to use the system's malloc(3) instead of AST
  vmalloc(3), the vmstate builtin returns either nothing or zero.
  Detect this as a regression test failure and refuse to run tests.
- Tweak iterations. Tests don't need 500 or 1000 runs for vmstate.

src/cmd/ksh93/data/builtins.c:
- Do not compile in vmstate builtin when using system's malloc(3).
2020-07-26 20:39:22 +01:00
..
bash_pre_rc.sh Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
builtins.c disable 'vmstate' builtin when using system's malloc(3) 2020-07-26 20:39:22 +01:00
keywords.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
lexstates.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
limits.c Fix 80 typos in comments 2020-06-12 01:45:12 +02:00
math.tab Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
msg.c Merge dtksh patches from one of the CDE developers (#85) 2020-07-22 06:44:24 +01:00
options.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
signals.c Fix 'kill -INFO' on systems that support SIGINFO (#59) 2020-07-04 15:57:47 +01:00
strdata.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
testops.c Remove code related to long-dead 3DFS research project 2020-06-12 01:45:17 +02:00
variables.c Fix unreliable behavior when special vars are readonly or unset (#27) 2020-06-20 18:08:41 +01:00