Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
[p5sagit/p5-mst-13.2.git] / util.c
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Vadim Konovalov Locales support (setlocale) fixes
2000-10-25 Dan Sugalski Add non-blocking thread doneness checking
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-10-10 Hugo van der Sanden Re: [ID 20001009.004] SEGV from sprintf in a thread
2000-10-03 Jarkko Hietaniemi Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY)...
2000-10-03 Olaf Flebbe Epoc update
2000-10-03 Ilya Zakharevich Inside require() $^S was always left undefined.
2000-09-14 Alan Burlison The return value of setlocale must be copied away.
2000-08-31 Jarkko Hietaniemi sscanf() may be the only way to read long doubles from...
2000-08-17 Jarkko Hietaniemi Get -DLEAKTEST to compile (not necessarily to work...
2000-08-16 Gurusamy Sarathy on windows, the return values from wait() and waitpid...
2000-08-10 Gurusamy Sarathy warn is a macro, avoid using at a variable to avoid...
2000-08-08 Jarkko Hietaniemi Double check that we have a dirhandle.
2000-08-07 Jarkko Hietaniemi Tiny tidying on report_evil_fh().
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
2000-08-05 Jarkko Hietaniemi Essential prototype changes were missing from #6527.
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-14 Gurusamy Sarathy rename totally bletcherous SvLOCK() thingy (doesn't...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-01 Jarkko Hietaniemi Signals-be-gone for microperl.
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-05-28 Gurusamy Sarathy OS/2 tweaks for usethreads build (from Rocco Caputo
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy enable propagating exception objects via Perl_croak...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-02 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-05-01 Jarkko Hietaniemi Use HUGE_VALL if applicable.
2000-03-22 Gurusamy Sarathy save RE context when calling __WARN__ and __DIE__ hooks;
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-29 Gurusamy Sarathy various shenanigans in change#5342
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
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-29 Charles Bailey resync with mainline
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
next