YA resync with mainstem, including VMS patches from others
[p5sagit/p5-mst-13.2.git] / mg.c
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-01 Gurusamy Sarathy fix segfault on C<local ${^WARNING_BITS}>
2000-02-28 Jarkko Hietaniemi Do not cast pointers into I32s.
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy ${^Warnings} renamed to ${^WARNING_BITS}
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-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathy assorted little nits
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-06 Gurusamy Sarathy fix for -Dp via $^D (suggested by Stephane Payrard
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy avoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-21 Jarkko Hietaniemi VMS patches from Peter Prymmer.
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-05 Gurusamy Sarathy allow $\ to work right when set to a string with embedd...
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-28 Jarkko Hietaniemi Fix printing of uids and gids; regen Configure.
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Gurusamy Sarathy more GCC v2.95 induced adjustments
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Ilya Zakharevich Re: [PATCH 5.005_62] OS/2 improvements
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic (Was: deprecating SIGDIE)
1999-08-29 Jarkko Hietaniemi Fix a typo in #4036.
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-20 Gurusamy Sarathy win32 tweaks
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
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 Fifer, Eric cygwin update
1999-07-17 Ilya Zakharevich Segfaults if $^P
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Ilya Zakharevich Setting $^E wipes out $!
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
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 remove stray K&R-isms
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-12 Gurusamy Sarathy support win32_putenv()
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-28 Ilya Zakharevich Change $#+
1998-11-28 Ilya Zakharevich Finishing off SNOBOL: $1 in (?{})
1998-11-28 Nick Ing-Simmons Implement $^C to allow perl access to -c flag - I think...
1998-11-18 Gurusamy Sarathy use PL_mess_sv only during global destruction (fixes...
1998-11-04 Gurusamy Sarathy indeterminate order-of-evaluation fixes
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathy avoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Jarkko Hietaniemi Some C compilers get upset about 8-bit characters in...
1998-10-06 Gurusamy Sarathy fix globals caught by change#1927; builds and tests...
1998-10-06 Ilya Zakharevich Cumulative OS/2-related patch
1998-09-28 Gurusamy Sarathy fix various 5.00552 mishaps (fixes suggested by Jan...
1998-09-25 Gurusamy Sarathy bump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathy tweaks to enable PERL_OBJECT to build & test on win32
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Andy Dougherty Remove redundant dTHR
1998-07-29 Gurusamy Sarathy fix typo in change#1489 that prevented magic-autovivifi...
1998-07-26 Nick Ing-Simmons Add dTHR so that it compiles miniperl in threaded mode
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
next