summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
...
* Re: [perl #18203] Recursive call in PerlIO_find_layerSlaven Rezic2002-11-271-0/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-31/+0
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-2/+0
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-0/+2
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-1/+2
* Turn the sort RealCmp for stable quicksorts into aArtur Bergman2002-05-141-0/+2
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+3
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+2
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-1/+1
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-1/+1
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-3/+0
* Correct slab allocator for case where sizeof(IV) > sizeof(IV *)Nick Ing-Simmons2002-01-151-3/+3
* Slab allocator for opsNick Ing-Simmons2002-01-131-0/+6
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* -t taint warningsMichael G. Schwern2001-12-141-1/+6
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-3/+1
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-0/+4
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+1
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-0/+2
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-0/+2
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-0/+6
* Cant spl wirth a dam.Jarkko Hietaniemi2001-09-201-1/+1
* The sharedsv_space* are variables, not code. Duh.Jarkko Hietaniemi2001-09-201-1/+3
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-2/+2
* Retract #11870 and volatilize the right destruct_level.Jarkko Hietaniemi2001-09-041-1/+1
* (Retracted by #11872)Jarkko Hietaniemi2001-09-041-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-6/+6
* Custom OpsSimon Cozens2001-08-271-0/+4
* B && BEGIN handlingJames A. Duncan2001-08-071-6/+5
* Needed by #11283.Jarkko Hietaniemi2001-07-121-0/+3
* Use reentrant API glibcArtur Bergman2001-07-121-0/+2
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-0/+5
* Fixes case of CvDEPTH for perl_cloneArtur Bergman2001-06-201-3/+1
* New attempt to clone callackArtur Bergman2001-06-091-0/+5
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-2/+9
* Fix for the fa_IR locale failure. The reason for the failureJarkko Hietaniemi2001-01-301-2/+2
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-4/+4
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+4
* UTF8 output prework.Nick Ing-Simmons2000-12-091-6/+5
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-0/+1
* move new variables to the end of the interpreter structure (forGurusamy Sarathy2000-07-141-18/+20
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+8
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-13/+25
* introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-0/+2
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-1/+0
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-4/+1
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-1/+2
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+60
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1