This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Display the native pwd command.
[perl5.git] / embedvar.h
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko HietaniemiSome bincompat clawbacks.
2001-12-14 Michael G. Schwern-t taint warnings
2001-11-20 Jarkko HietaniemiCreate a per-interpeter debug scratchpad container
2001-11-19 Jarkko HietaniemiRetract #13088: it seems that unless dump.c is extensively
2001-11-19 Jarkko HietaniemiThe runops_dbg should not be needed.
2001-11-18 Nick Ing-Simmonsembed.pl generated changes I forgot to include
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-20 Jarkko HietaniemiIntegrate perlio:
2001-10-18 Charles Lanetry#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-09-21 Artur BergmanAdd the shared sv space to the global vars.
2001-09-15 Jarkko HietaniemiRegen headers.
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanRegen headers
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-07 James A. DuncanB && BEGIN handling
2001-08-01 Simon CozensPluggable optimizer
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-20 Jarkko HietaniemiRegen headers.
2001-06-09 Artur BergmanNew attempt to clone callack
2001-04-30 Jarkko HietaniemiSave the spot of regprev (see #9911) for binary compati...
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles BaileySYN SYN
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-24 Charles BaileySYN SYN
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-10-20 Charles BaileySYN SYN
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-14 Gurusamy Sarathytypos in change#6399, regen headers
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-06-07 Jarkko HietaniemiMopup for #6204.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-03-19 Gurusamy Sarathypod typo fixes (from Marcel Grunauer <marcel.grunauer...
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Larry Wallpatch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-17 Gurusamy SarathyPL_malloc_mutex needs to be global, not per-interpreter
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic(Was: deprecating SIGDIE)
1999-09-29 Charles Baileyresync with mainline
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-18 Nick Ing-SimmonsRe-integrate mainline
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
next