Initial integration of the MacPerl changes form Matthias.
[p5sagit/p5-mst-13.2.git] / util.c
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
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...
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-26 Gurusamy Sarathy integrate change#3229 from maint-5.004
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-12 Gurusamy Sarathy support win32_putenv()
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1999-01-19 Jarkko Hietaniemi Show LANGUAGE env var when needed. (Augment change...
1999-01-13 Jarkko Hietaniemi Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-12-22 Jarkko Hietaniemi Slight recoding of util.c:repeatcpy() to circumnavigate
1998-12-08 Jarkko Hietaniemi Integrate from mainperl.
1998-12-07 Hans Mulder Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach...
1998-12-06 Gurusamy Sarathy fix outdated/incorrect info about arbitrary limits
1998-12-01 Jarkko Hietaniemi Integrate from _54 mainperl modulo the NetBSD ifdef...
next