summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Expand)AuthorAgeFilesLines
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+4
* Fix segfaults when mainthread exits with other threads running:Nick Ing-Simmons2002-04-031-0/+2
* Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)Nick Ing-Simmons2002-03-211-0/+2
* Integrate mainlineNick Ing-Simmons2002-01-251-4/+13
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-4/+6
* Regen embed enable slab for PERL_IMPLICIT_SYSNick Ing-Simmons2002-01-151-0/+6
* Retract #14251 (the op slab allocator from perlio)Jarkko Hietaniemi2002-01-141-6/+0
* Slab allocator for opsNick Ing-Simmons2002-01-131-0/+6
* Integrate mainline (mostly) utf8.c does not compile.Nick Ing-Simmons2001-12-201-2/+2
* -t taint warningsMichael G. Schwern2001-12-141-0/+2
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-0/+2
* Retract #13088: it seems that unless dump.c is extensivelyJarkko Hietaniemi2001-11-191-0/+2
* The runops_dbg should not be needed.Jarkko Hietaniemi2001-11-191-2/+0
* embed.pl generated changes I forgot to includeNick Ing-Simmons2001-11-181-0/+4
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+2
* 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/+4
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-2/+2
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-0/+2
* Add the shared sv space to the global vars.Artur Bergman2001-09-211-0/+4
* Regen headers.Jarkko Hietaniemi2001-09-151-2/+2
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-2/+2
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-431/+424
* Regen headersArtur Bergman2001-08-271-0/+4
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+2
* B && BEGIN handlingJames A. Duncan2001-08-071-0/+2
* Pluggable optimizerSimon Cozens2001-08-011-0/+2
* Use reentrant API glibcArtur Bergman2001-07-121-0/+2
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-0/+4
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-0/+2
* Regen headers.Jarkko Hietaniemi2001-06-201-2/+0
* New attempt to clone callackArtur Bergman2001-06-091-0/+2
* Save the spot of regprev (see #9911) for binary compatibility;Jarkko Hietaniemi2001-04-301-2/+2
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-2/+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-8/+4
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-1/+1
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-0/+2
* typos in change#6399, regen headersGurusamy Sarathy2000-07-141-0/+4
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-0/+24
* introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-0/+2
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+2
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-2/+2
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-2/+2
* avoid mismatched type warningsGurusamy Sarathy2000-02-021-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+2
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-2/+2
* force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-241-2/+39
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-2/+812
* deadcode removalGurusamy Sarathy1999-08-291-2/+0