1999-08-29 |
Jarkko Hietaniemi |
Fix a typo in #4036. |
blob | commitdiff |
1999-08-29 |
Jarkko Hietaniemi |
Rename warning to warnings, from Paul Marquess. |
blob | commitdiff | diff to current |
1999-08-29 |
Gurusamy Sarathy |
deadcode removal |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
win32 tweaks |
blob | commitdiff | diff to current |
1999-08-19 |
Jarkko Hietaniemi |
Removed duplicated code (in pp.c and mg.c) by introducing |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
Batch of small 64-bit/long double/large file support... |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Gratuitous uid and gid casts to I32s and ints removed. |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
64-bit work. Now 32-bit platforms get a 100% make... |
blob | commitdiff | diff to current |
1999-08-01 |
Fifer, Eric |
cygwin update |
blob | commitdiff | diff to current |
1999-07-17 |
Ilya Zakharevich |
Segfaults if $^P |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-07-05 |
Ilya Zakharevich |
Setting $^E wipes out $! |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
blob | commitdiff | diff to current |
1999-06-17 |
Jarkko Hietaniemi |
Fixed two long-standing locale bugs. |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
win32 build fixes |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove stray K&R-isms |
blob | commitdiff | diff to current |
1999-05-25 |
Ilya Zakharevich |
REx engine improvements |
blob | commitdiff | diff to current |
1999-05-10 |
Gurusamy Sarathy |
"weak" references internals, still needs perlguts docum... |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-15 |
Gurusamy Sarathy |
add const qualifier to most char* prototypes, handle... |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1999-02-12 |
Gurusamy Sarathy |
support win32_putenv() |
blob | commitdiff | diff to current |
1999-02-08 |
Gurusamy Sarathy |
make safesysmalloc() etc., always available; safemalloc... |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
Change $#+ |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
Finishing off SNOBOL: $1 in (?{}) |
blob | commitdiff | diff to current |
1998-11-28 |
Nick Ing-Simmons |
Implement $^C to allow perl access to -c flag - I think... |
blob | commitdiff | diff to current |
1998-11-18 |
Gurusamy Sarathy |
use PL_mess_sv only during global destruction (fixes... |
blob | commitdiff | diff to current |
1998-11-04 |
Gurusamy Sarathy |
indeterminate order-of-evaluation fixes |
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-26 |
Gurusamy Sarathy |
various win32 tweaks; disable new xs_cpp section (it... |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy |
integrate changes#1982,2014,2021 (from maint-5.005) |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy |
avoid the circular refcnt logic in magic_mutexfree() |
blob | commitdiff | diff to current |
1998-10-23 |
Jarkko Hietaniemi |
Some C compilers get upset about 8-bit characters in... |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
fix globals caught by change#1927; builds and tests... |
blob | commitdiff | diff to current |
1998-10-06 |
Ilya Zakharevich |
Cumulative OS/2-related patch |
blob | commitdiff | diff to current |
1998-09-28 |
Gurusamy Sarathy |
fix various 5.00552 mishaps (fixes suggested by Jan... |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
bump patchlevel to 52; other little tweaks for threads... |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
tweaks to enable PERL_OBJECT to build & test on win32 |
blob | commitdiff | diff to current |
1998-09-23 |
Albert Dvornik |
SSNEW() API for allocating memory on the savestack |
blob | commitdiff | diff to current |
1998-09-23 |
Ilya Zakharevich |
support match indices via special variables @- and @+ |
blob | commitdiff | diff to current |
1998-08-09 |
Paul Marquess |
lexical warnings; tweaks to places that didn't apply... |
blob | commitdiff | diff to current |
1998-08-08 |
Gurusamy Sarathy |
integrate maint-5.005 changes into mainline |
blob | commitdiff | diff to current |
1998-08-02 |
Ilya Zakharevich |
tweaked version of suggested patch |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-08-02 |
Andy Dougherty |
Remove redundant dTHR |
blob | commitdiff | diff to current |
1998-07-29 |
Gurusamy Sarathy |
fix typo in change#1489 that prevented magic-autovivifi... |
blob | commitdiff | diff to current |
1998-07-26 |
Nick Ing-Simmons |
Add dTHR so that it compiles miniperl in threaded mode |
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-20 |
Gurusamy Sarathy |
complete s/foo/PL_foo/ changes (all escaped cases ident... |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ scheme Builds under Minw32 - some SEGFAULT snags |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ stuff for threads |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-18 |
Gurusamy Sarathy |
fix lvalue leaks stemming from failure to free LvTARG(sv) |
blob | commitdiff | diff to current |
1998-07-14 |
Gurusamy Sarathy |
fix function parameter autovivification for pseudohashes |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf... |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy |
merge changes#1210,1211,1270 from maintbranch |
blob | commitdiff | diff to current |
1998-06-30 |
Gisle Aas |
Re: [PATCH] Simplified magic_setisa() and improved... |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
PUSHSTACK renovation |
blob | commitdiff | diff to current |
1998-06-18 |
Gurusamy Sarathy |
back out problematic change#1105, tweak perlsub.pod |
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-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-17 |
Gurusamy Sarathy |
[win32] sundry whitespace cleanups from maintbranch |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#906,907,909,910 from maintbranch |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#905 from maintbranch, minor fixes... |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] implement stack-of-stacks so that magic invocat... |
blob | commitdiff | diff to current |
1998-04-02 |
Stephen Potter |
Re: doc: perlrun typo |
blob | commitdiff | diff to current |
1998-03-17 |
Gurusamy Sarathy |
[asperl] add a part of AS patch#14, backout incomplete... |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[asperl] various changes to get asperl working under... |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] change all 'sp' to 'SP' in code and in the... |
blob | commitdiff | diff to current |
1998-03-03 |
Hugo van der Sanden |
[win32] another maintpatch (this one needed adjust... |
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] initial merge of latest win32 branch into... |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1998-01-14 |
Nick Ing-Simmons |
TIEARRAY updates - almost works ... |
blob | commitdiff | diff to current |
1998-01-13 |
Nick Ing-Simmons |
tie array changes to core and tests |
blob | commitdiff | diff to current |
1998-01-04 |
Tye McQueen |
[win32] Add a tweaked version of: |
blob | commitdiff | diff to current |
1997-12-17 |
Molnar Laszlo |
Major changes to the DOS/djgpp port (including threading): |
blob | commitdiff | diff to current |
1997-11-26 |
Gurusamy Sarathy |
[win32] Sync a change from local repository. |
blob | commitdiff | diff to current |
1997-11-19 |
Ilya Zakharevich |
Jumbo regexp patch applied (with minor fix-up tweaks): |
blob | commitdiff | diff to current |
1997-11-18 |
Malcolm Beattie |
magic_setisa enhanced to update %FIELDS automatically... |
blob | commitdiff | diff to current |
1997-11-13 |
Malcolm Beattie |
Change CONTEXT to PERL_CONTEXT throughout source (since... |
blob | commitdiff | diff to current |
1997-11-11 |
Malcolm Beattie |
Initial integration of ansi branch into mainline (untes... |
blob | commitdiff | diff to current |
1997-11-11 |
Malcolm Beattie |
Fix up $@ (ERRSV now refers to GvSV(errgv) for non... |
blob | commitdiff | diff to current |
1997-11-07 |
Nick Ing-Simmons |
Reverse integrate Malcolm's chanes into local |
blob | commitdiff | diff to current |
1997-11-05 |
Nick Ing-Simmons |
Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) |
blob | commitdiff | diff to current |
1997-11-01 |
Nick Ing-Simmons |
Integrate mainline @ 18:15 CST 31 Oct 1997 |
blob | commitdiff | diff to current |
1997-10-31 |
Malcolm Beattie |
Half way through moving per-thread magicals into per... |
blob | commitdiff | diff to current |
1997-10-31 |
Nick Ing-Simmons |
Convert miniperl sources to ANSI C. Several passes of |
blob | commitdiff | diff to current |
next |