This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH 5.005_61] "our" declarations
[perl5.git] / embedvar.h
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-08-20 Gurusamy Sarathysupport USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-05-28 Tom HughesByteLoader mark 2
1999-05-25 Jarkko HietaniemiCures for _57 in AIX 4.1.5.0.
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-24 Gurusamy Sarathyremove vestiges of PL_last_proto
1999-05-11 Gurusamy Sarathyupdate embedvar.h
1999-03-08 Gurusamy Sarathyremove bogus symbols from global.sym
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathyregen headers
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevichbetter -Mre=debugcolor
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-22 Gurusamy Sarathyphase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-11 Gurusamy Sarathyprovide -DPERL_POLLUTE
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-06 Gurusamy Sarathydisable C<#define dirty PL_dirty> et al.
1998-10-06 Gurusamy Sarathyremove spurious unused conflicting globals (PL_yy{v...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Gurusamy Sarathyadd a few more globals with old names #defined
1998-07-22 Gurusamy Sarathys/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
1998-07-21 Gurusamy Sarathypart 2 of PERL_OBJECT fixes (globals in bytecode.h...
1998-07-19 Nick Ing-SimmonsMissed file that had changed
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-10 Joshua Pritikinadd more correct version of change#1350 (as yet untested)
1998-07-08 Gurusamy Sarathyregen headers; result builds & tests on Solaris again...
1998-07-08 Gurusamy Sarathychange#1350 breaks things, back it out
1998-07-06 Joshua Pritikinadd patch to improve method caching, regen headers
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-23 Gurusamy Sarathypartial MULTIPLICITY cleanup
1998-06-21 Ilya Zakharevichadded patch, regen headers
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-14 Gurusamy Sarathyremove unused global `scrgv'
1998-06-11 Gurusamy Sarathyregen embedvar.h
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-06-03 Gurusamy Sarathy[win32] add AS patch#24, remove one other instance...
1998-05-31 Gurusamy Sarathy[win32] minimal fix to enable compiling with -DMULTIPLICITY
1998-05-26 Gurusamy Sarathy[asperl] tweaks to make it build with the Borland compi...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy[win32] merge change#995 from maintbranch, tweak interp...
1998-05-15 Gurusamy Sarathy[win32] merge change#905 from maintbranch, minor fixes...
1998-05-01 Gurusamy Sarathy[asperl] add AS patch#20 (exposes more global constants)
1998-04-22 Gurusamy Sarathy[win32] intern -> sys_intern
1998-04-22 Jan Dubois[win32] hand-applied patch along with small tweaks
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-09 Gurusamy Sarathy[win32] merge C<local $tied{foo}> patch, also moved...
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-28 Gurusamy Sarathy[win32] fix typo in sv.h, and run 'make regen_headers...
1998-02-14 Gurusamy Sarathy[asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.