OpenGrok
Cross Reference: jobs.c
xref
: /
src
/
bin
/
ksh
/
jobs.c
Home
|
History
|
Annotate
|
Download
|
only in
ksh
History log of
/src/bin/ksh/jobs.c
Revision
Date
Author
Comments
1.19
30-Jun-2017
kamil
branches: 1.19.6;
ksh: Upgrade to C99 <stdbool.h>
This shell already used C99 functions.
1.18
30-Jun-2017
kamil
ksh: Drop support for systems without <sys/stat.h>
In future the order of includes will be normalized with KNF.
No functional change intended.
1.17
30-Jun-2017
kamil
ksh: Drop support for systems with broken times(3)
This fallback code wouldn't work anyway.
times(3) is an obsolete interface by getrusage(2) and gettimeofday(2).
In future it will be swiched to more modern interfaces.
No functional change intended.
1.16
30-Jun-2017
kamil
ksh: Drop support for systems without functional waitpid(2)
1.15
30-Jun-2017
kamil
ksh: Drop ksh_wait.h that reinvents <sys/wait.h> (POSIX header)
Switch jobs.c to <sys/wait.h>.
No functional change intended.
1.14
23-Jun-2017
kamil
ksh: Replace homegrown int_least32_t with the C99 version
1.13
22-Jun-2017
kamil
Reapply removal of code from 90ties for OS/2 Cygwin AIX HPUX SCOUnix
Added missing #endif terminator in emacs.c
1.12
22-Jun-2017
kamil
Temporarily revert previous.
emacs.* gets wrong code in generation
1.11
22-Jun-2017
kamil
Remove os2 support in ksh(1)
OK by <kre>
1.10
16-Oct-2011
joerg
Don't use non-literal format strings.
1.9
25-Feb-2006
wiz
Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),
forwarded by jmc@openbsd.
1.8
07-Jul-2004
mycroft
Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.
Should also fix:
PR 8153
PR 13301
PR 15256
PR 25084
1.7
23-Jun-2003
agc
Add NetBSD RCS Ids.
1.6
02-Nov-2000
christos
PR/11361:Matthias Buelow: Apply patch1 from pdksh site.
- set -x dumps core (shf.c);
- output of "jobs" command is filled with ^A characters (jobs.c);
- "typeset -r foo=bar" fails saying foo is readonly (var.c).
1.5
20-Oct-1999
hubertf
branches: 1.5.6;
resolve conflicts
1.4
19-Aug-1998
thorpej
branches: 1.4.4;
Add some braces to make egcs happy.
1.3
07-Apr-1998
fair
change some /dev/tty to paths.h _PATH_TTY
1.2
12-Jan-1997
tls
RCS ID Police
1.1
21-Sep-1996
jtc
branches: 1.1.1;
Initial revision
1.1.1.4
20-Oct-1999
hubertf
Import pdksh V5.2.14.
Includes lots of bugfixes.
1.1.1.3
18-Dec-1996
jtc
import pdksh 5.2.12
1.1.1.2
09-Oct-1996
jtc
import pdksh 5.2.9
1.1.1.1
21-Sep-1996
jtc
import pdksh 5.2.8
1.4.4.1
27-Dec-1999
wrstuden
Pull up to last week's -current.
1.5.6.1
26-Feb-2002
he
Pull up revision 1.6 (requested by dogcow):
Synchronize with current development version:
o fix problem with ``set -x'' causing a core dump; fixes PR#11361
o fix problem with ``set -e'' causing early exit; fixes PR#11542
o fix various misspellings and nested extern declarations
1.19.6.2
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.19.6.1
21-Apr-2020
martin
Sync with HEAD
Indexes created Thu Oct 23 18:09:57 GMT 2025