1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-24 15:04:13 +00:00
cde/src/cmd/ksh93/features
hyenias 92f7ca5423
Back port ksh93v- float, int, and exp10 changes from math.tab (#299)
src/cmd/ksh93/data/math.tab:
- Added exp10().
- Remove int() as being an alias to floor().
- Created entries for local float() and local int() which are
  defined in features/math.sh.

src/cmd/ksh93/features/math.sh:
- Backport floor() and int() related code from ksh93v-.

src/cmd/ksh93/sh.1:
- Sync man page to math.tab's potential functions.
2021-05-08 04:43:37 +01:00
..
cmds Add new 'nobackslashctrl' shell option; other minor editor tweaks 2021-02-16 01:29:00 +00:00
dynamic Remove code related to long-dead 3DFS research project 2020-06-12 01:45:17 +02:00
externs cleanup: remove legacy code for systems without fork(2) 2021-03-21 06:39:32 +00:00
locale Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
math.sh Back port ksh93v- float, int, and exp10 changes from math.tab (#299) 2021-05-08 04:43:37 +01:00
options Add NOECHOE and TEST_L to the list of SHOPT options (#242) 2021-03-24 20:14:17 +00:00
poll Fix more compiler warnings, typos and other minor issues (#260) 2021-04-08 19:58:07 +01:00
rlimits Build fix for Linux i386 2021-01-31 23:47:43 +00:00
setjmp Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
sigfeatures Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
time Fix the max precision of the 'time' keyword (#72) 2020-07-14 22:48:04 +01:00
ttys Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00