summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* don't display tid from main thread (or testsuite breaks)Gurusamy Sarathy1999-07-191-1/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-1/+5
|\
| * display thread id in diagnostics (suggested by Dan Sugalski)Gurusamy Sarathy1999-07-181-0/+3
| * File descriptor leak in do_exec3Ilya Zakharevich1999-07-171-1/+2
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-131-34/+61
|\ \ | |/
| * fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-6/+6
| * yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-28/+55
* | Change t/pragma/warn oct()/hex() overflow tests to use %ConfigJarkko Hietaniemi1999-07-101-2/+2
|/
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-3/+3
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-16/+17
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-7/+12
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+3
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-13/+14
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-3/+3
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-2/+43
|\
| * cygwin32 updateFifer, Eric1999-07-051-0/+36
| * NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)Gurusamy Sarathy1999-07-051-2/+7
* | EPOC port to Psion5.Olaf Flebbe1999-06-271-2/+2
|/
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-2/+8
* Tidy up #3542 and #3543.Jarkko Hietaniemi1999-06-181-1/+1
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-1/+47
* win32 build fixesGurusamy Sarathy1999-06-101-18/+18
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-48/+124
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-97/+97
* remove _() non-ansismGurusamy Sarathy1999-06-021-2/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-021-11/+14
|\
| * ByteLoader mark 2Tom Hughes1999-05-281-6/+0
| * Required OS/2-related patchesIlya Zakharevich1999-05-281-0/+2
| * Re: 5.005_57 NOT OK on SunOS 4.1.3Andy Dougherty1999-05-271-4/+11
| * Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6Andy Dougherty1999-05-261-2/+2
* | remove stray K&R-ismsGurusamy Sarathy1999-06-021-12/+6
|/
* REx engine improvementsIlya Zakharevich1999-05-251-102/+232
* name PL_in_eval bitsHugo van der Sanden1999-05-241-1/+1
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-0/+34
|\
| * Still fflushing.Jarkko Hietaniemi1999-05-141-1/+1
| * Still fflushing strong.Jarkko Hietaniemi1999-05-131-0/+34
* | additional cleanups for cygwin32 portFifer, Eric1999-05-171-1/+1
|/
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-12/+8
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-0/+4
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+3
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-2/+16
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-101-2/+41
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+1
* PATCH for small bug in scan_binPaul Marquess1999-05-101-1/+1
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-3/+3
* Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().Nick Ing-Simmons1999-05-071-1/+1
* avoid using PL_sv_mutex in condpair_magic() (avoids hangs whenGurusamy Sarathy1999-05-071-3/+3
* allow line numbers to show in diagnostics during global destructionGurusamy Sarathy1999-05-071-15/+11
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-0/+15
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-18/+35