nailed "our" declarations, and better warnings on duplicate
[p5sagit/p5-mst-13.2.git] / util.c
2000-01-05 Gurusamy Sarathy cygwin support tweaks (from Eric Fifer <EFifer@sanwaint...
2000-01-02 Gurusamy Sarathy usethreads build fixups for NeXTstep (as suggested...
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Jarkko Hietaniemi Undo drift from mainline.
1999-11-13 Gurusamy Sarathy typo
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy more thorough cleanup in perl_destroy()
1999-11-06 Jarkko Hietaniemi So many printfs, so little time.
1999-11-06 Jarkko Hietaniemi ...and they are getting fewer.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Jarkko Hietaniemi Incremental Mac integration from Matthias.
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-23 Jarkko Hietaniemi Fix the printfing nits pointed out by using gcc -Wall and
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-13 Gurusamy Sarathy PL_numeric_radix used without being defined (from Ilya
1999-10-08 Gurusamy Sarathy remove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-10-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-09-30 Gurusamy Sarathy off-by-one in fbm_compile() (spotted by John Bley
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-10 Gurusamy Sarathy dos-djgpp update (from Laszlo Molnar <laszlo.molnar...
1999-09-06 Jarkko Hietaniemi Fix UV_SIZEOF to UVSIZE; change the overflow tests
1999-08-20 Gurusamy Sarathy DEBUG_m() adjusted to internalize dTHX
1999-08-20 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-16 Jarkko Hietaniemi Integrate with Nick.
1999-08-14 Nick Ing-Simmons New lightweight Carp has a require. If Carp is used...
1999-08-10 Jarkko Hietaniemi Use Pid_t.
1999-08-09 Jarkko Hietaniemi lexwarn maintenance: new warning class unsafe
1999-08-02 Jarkko Hietaniemi Integrate with Sarathy.
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-02 Gurusamy Sarathy fix coredump under usethreads+debug
1999-08-01 Jarkko Hietaniemi Simplicate duplicated code.
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-01 Fifer, Eric cygwin update
1999-08-01 Gurusamy Sarathy rename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-31 Jarkko Hietaniemi Integer overflow iteration.
1999-07-31 Jarkko Hietaniemi Hack the "integer overflow" code some more.
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-27 Jarkko Hietaniemi Minuscule cleanup of the integer overflow patch.
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-19 Gurusamy Sarathy don't display tid from main thread (or testsuite breaks)
1999-07-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-18 Gurusamy Sarathy display thread id in diagnostics (suggested by Dan...
1999-07-17 Ilya Zakharevich File descriptor leak in do_exec3
1999-07-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Jarkko Hietaniemi AIX threaded build, plus few more on the side.
1999-07-05 Jarkko Hietaniemi Integrate with mainperl.
1999-07-05 Fifer, Eric cygwin32 update
1999-07-05 Gurusamy Sarathy NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
1999-06-27 Olaf Flebbe EPOC port to Psion5.
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-18 Jarkko Hietaniemi Tidy up #3542 and #3543.
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-28 Ilya Zakharevich Required OS/2-related patches
1999-05-27 Andy Dougherty Re: 5.005_57 NOT OK on SunOS 4.1.3
1999-05-26 Andy Dougherty Re: BUG -> [19990526.004] perl5.005_57 error in util...
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-17 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-05-17 Fifer, Eric additional cleanups for cygwin32 port
1999-05-14 Jarkko Hietaniemi Still fflushing.
1999-05-13 Jarkko Hietaniemi Still fflushing strong.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-10 Paul Marquess PATCH for small bug in scan_bin
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-07 Nick Ing-Simmons Correct SvLEN vs SvCUR which leads to odd "chunk"...
1999-05-07 Gurusamy Sarathy avoid using PL_sv_mutex in condpair_magic() (avoids...
1999-05-07 Gurusamy Sarathy allow line numbers to show in diagnostics during global...
next