2007-01-15 |
Dave Mitchell |
extend threads 'veto cleanup' to perl_free and system... |
blob | commitdiff |
2006-11-28 |
Ilya Zakharevich |
OS/2 compilation fixes by Ilya |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
Enable perlio mutexes under threads (by Jarkko) |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
More leak fixes, by Jarkko |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
Need to migrate the refcounted_he structure to be prope... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
Change PL_perlio_fd_refcnt from a fixed size static... |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2005-12-29 |
Dave Mitchell |
re-implement MY_CXT API more efficiently, and add explicit |
blob | commitdiff | diff to current |
2005-06-22 |
Steve Hay |
Silence some bcc32 compiler warnings |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2004-11-17 |
Michael Schroeder |
SuSE's perl safe_putenf diff |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi |
Apply much of Ilya's microperl patch, but instead of |
blob | commitdiff | diff to current |
2003-08-08 |
Jarkko Hietaniemi |
Move the csighandler to be a data variable so that |
blob | commitdiff | diff to current |
2003-07-28 |
Jarkko Hietaniemi |
Make Storable work with blead/maint by making PL_sv_pla... |
blob | commitdiff | diff to current |
2003-07-10 |
Chip Salzenberg |
Restore SIGFPE on exec() |
blob | commitdiff | diff to current |
2003-07-04 |
Jarkko Hietaniemi |
Remove PL_earlytaint since the hash seed code |
blob | commitdiff | diff to current |
2003-06-27 |
Jarkko Hietaniemi |
Introduce (global) variable PL_earlytaint which |
blob | commitdiff | diff to current |
2003-05-12 |
Jarkko Hietaniemi |
More moves to intrpvar.h. |
blob | commitdiff | diff to current |
2003-05-11 |
Jarkko Hietaniemi |
Move the thread *hook into interpreter. |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-04-01 |
Ilya Zakharevich |
Integrate: |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-12-03 |
Jarkko Hietaniemi |
Fix up #18229. |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-08-29 |
Rafael Garcia-Suarez |
posixify getppid on linux-multithread |
blob | commitdiff | diff to current |
2002-04-03 |
Nick Ing-Simmons |
Fix segfaults when mainthread exits with other threads... |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-24 |
Jarkko Hietaniemi |
Sprinkle some copyrights (use the oldest timestamp to |
blob | commitdiff | diff to current |
2002-01-19 |
Nick Ing-Simmons |
Nearly-working threads re-structuring. Do not integrate, |
blob | commitdiff | diff to current |
2001-11-19 |
Jarkko Hietaniemi |
Retract #13088: it seems that unless dump.c is extensively |
blob | commitdiff | diff to current |
2001-11-19 |
Jarkko Hietaniemi |
The runops_dbg should not be needed. |
blob | commitdiff | diff to current |
2001-11-18 |
Nick Ing-Simmons |
Force inclusion of both Perl_runops_* in perl itself, |
blob | commitdiff | diff to current |
2001-10-19 |
Charles Lane |
vmsish fix, ieee rand() cleanup |
blob | commitdiff | diff to current |
2001-10-18 |
Charles Lane |
try#2: [proposed PATCH Perl@12401] ieee floats, rand... |
blob | commitdiff | diff to current |
2001-09-21 |
Artur Bergman |
Add the shared sv space to the global vars. |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman |
Changes USE_THREADS to USE_5005THREADS in the entire... |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
add missing locks for op refcounts |
blob | commitdiff | diff to current |
2000-02-29 |
Gurusamy Sarathy |
support fetching current interpreter from TLS under... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
make change#3386 a build-time option (avoids problems... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-12-23 |
Gurusamy Sarathy |
bring in basic threads stuff under USE_ITHREADS |
blob | commitdiff | diff to current |
1999-10-19 |
Gurusamy Sarathy |
perl_mutex n/a if !USE_THREADS |
blob | commitdiff | diff to current |
1999-10-17 |
Gurusamy Sarathy |
PL_malloc_mutex needs to be global, not per-interpreter |
blob | commitdiff | diff to current |
1999-06-11 |
Gurusamy Sarathy |
various little tweaks; most globals are now in intrpvar... |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
most globals are now interpreter local; locale initiali... |
blob | commitdiff | diff to current |
1999-05-28 |
Tom Hughes |
ByteLoader mark 2 |
blob | commitdiff | diff to current |
1999-05-25 |
Jarkko Hietaniemi |
Cures for _57 in AIX 4.1.5.0. |
blob | commitdiff | diff to current |
1999-05-10 |
Alexander Smishlajev |
cygwin32 update (untested adaptation of patch against... |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1999-02-01 |
Gurusamy Sarathy |
various win32-ish changes merged from maint-5.005 |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
various fixes for race conditions under threads: mutex... |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-25 |
Gisle Aas |
disallow 'x' in hex numbers (except leading '0x') |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
remove spurious unused conflicting globals (PL_yy{v... |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
big Configure update from Jarkko: sync metaconfig units... |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
move yyglobal decls from perly.c to perlvars.h, regen... |
blob | commitdiff | diff to current |
1998-07-24 |
Larry Wall |
Here are the long-expected Unicode/UTF-8 modifications. |
blob | commitdiff | diff to current |
1998-07-10 |
Joshua Pritikin |
add more correct version of change#1350 (as yet untested) |
blob | commitdiff | diff to current |
1998-07-08 |
Gurusamy Sarathy |
change#1350 breaks things, back it out |
blob | commitdiff | diff to current |
1998-07-06 |
Joshua Pritikin |
add patch to improve method caching, regen headers |
blob | commitdiff | diff to current |
1998-06-28 |
Stephen McCamant |
IV changes for long long (was Re: 5.004_68 on its way... |
blob | commitdiff | diff to current |
1998-06-23 |
Gurusamy Sarathy |
partial MULTIPLICITY cleanup |
blob | commitdiff | diff to current |
1998-06-14 |
Gurusamy Sarathy |
remove unused global `scrgv' |
blob | commitdiff | diff to current |
1998-06-10 |
Ilya Zakharevich |
Applied patch, followed by tweaks to *.sym and `perl... |
blob | commitdiff | diff to current |
1998-06-03 |
Gurusamy Sarathy |
[win32] add AS patch#24, remove one other instance... |
blob | commitdiff | diff to current |
1998-05-26 |
Gurusamy Sarathy |
[asperl] tweaks to make it build with the Borland compi... |
blob | commitdiff | diff to current |
1998-04-20 |
Gurusamy Sarathy |
[asperl] add AS patch#16 |
blob | commitdiff | diff to current |
1998-03-01 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-02-27 |
Malcolm Beattie |
Make refcounts atomic for threading (dependent on appro... |
blob | commitdiff | diff to current |
1998-02-01 |
Douglas Lankshear |
[asperl] added AS patch#3 |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1997-12-10 |
Malcolm Beattie |
Fix char*/unsigned char* clashes in util.c:fbm_instr... |
blob | commitdiff | diff to current |
1997-12-02 |
Gurusamy Sarathy |
[win32] Revert to keeping (some) constant strings as... |
blob | commitdiff | diff to current |
1997-12-01 |
Nick Ing-Simmons |
Create a struct for all perls globals (as an option) |
blob | commitdiff | diff to current |
1997-11-30 |
Nick Ing-Simmons |
embed.pl now reads *var*.h to do its stuff. |
blob | commitdiff | diff to current |
1997-11-29 |
Nick Ing-Simmons |
Globals and structs via macros - part 1 of N |
blob | commitdiff | diff to current |
|