2000-02-28 |
Gurusamy Sarathy |
make stringwise bitops work properly on utf8 strings |
blob | commitdiff |
2000-02-24 |
Gisle Aas |
More UTF8_MAXLEN fixes |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
byte mode chop() should clear UTF8 (from Gisle Aas) |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
runtime now looks at the SVf_UTF8 bit on the SV to... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-16 |
Jarkko Hietaniemi |
Continue qgcvt work; closer now but not yet there. |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Remove quad logic from perl.h; regen Configure; |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Add a missing #endif forgotten by #4035. |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Implement 64-bit vec(). |
blob | commitdiff | diff to current |
1999-08-19 |
Jarkko Hietaniemi |
Tighten the vec() code so that naughty BITS cause an... |
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-07-17 |
Ian Phillipps |
fix vec() on magic values |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
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-05-20 |
Gurusamy Sarathy |
various little nits |
blob | commitdiff | diff to current |
1999-05-12 |
Gurusamy Sarathy |
typo in change#3397 |
blob | commitdiff | diff to current |
1999-05-12 |
Jan Dubois |
chop/chomp modify readonly values |
blob | commitdiff | diff to current |
1999-05-07 |
Gurusamy Sarathy |
From: Dan Sugalski <sugalskd@osshe.edu> |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-04 |
Gurusamy Sarathy |
s/sv_upgrade/SvUPGRADE/ a couple of places |
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 |
Gurusamy Sarathy |
integrate changes#1982,2014,2021 (from maint-5.005) |
blob | commitdiff | diff to current |
1998-10-23 |
Larry Wall |
Program with utf8 identifiers fails to compile |
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 |
Gurusamy Sarathy |
make \(%foo) return refs to values (not copies of values) |
blob | commitdiff | diff to current |
1998-09-05 |
Larry Wall |
tr/// logic was hosed under utf8 |
blob | commitdiff | diff to current |
1998-08-10 |
Gurusamy Sarathy |
various tweaks: fix signed vs. unsigned problems that... |
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-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-05 |
Gisle Aas |
hv_max may be a few too many |
blob | commitdiff | diff to current |
1998-06-20 |
Joshua Pritikin |
added patch, tweaked missed files, excised comment... |
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-05-14 |
Gurusamy Sarathy |
[win32] merge change#904 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Andy Dougherty |
[PATCH for 5.004_64] Configure patch Config_64-01 |
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-02 |
Inaba Hiroto |
[win32] still another |
blob | commitdiff | diff to current |
1997-12-11 |
Malcolm Beattie |
Stop tr/// from writing to target when only counting. |
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 |
1997-10-16 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_04) with mainline. |
blob | commitdiff | diff to current |
1997-09-05 |
Perl 5 Porters |
[inseparable changes from patch to perl 5.004_04] |
blob | commitdiff | diff to current |
1997-05-26 |
Malcolm Beattie |
Integrate thrperl 5.003->5.004. |
blob | commitdiff | diff to current |
1997-05-25 |
Malcolm Beattie |
First stab at 5.003 -> 5.004 integration. |
blob | commitdiff | diff to current |
1997-04-22 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_97g... |
blob | commitdiff | diff to current |
1997-03-28 |
Malcolm Beattie |
Initial 3-way merge from (5.001m, thr1m, 5.003) plus... |
blob | commitdiff | diff to current |
1997-03-28 |
Malcolm Beattie |
Initial devel changes. |
blob | commitdiff | diff to current |
1997-03-25 |
Perl 5 Porters |
[inseperable changes from patch from perl-5.003_95... |
blob | commitdiff | diff to current |
1997-03-08 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_93... |
blob | commitdiff | diff to current |
1997-03-08 |
Roderick Schertler |
printf format corrections for -DDEBUGGING |
blob | commitdiff | diff to current |
1997-03-01 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_91... |
blob | commitdiff | diff to current |
1997-02-21 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_27 to... |
blob | commitdiff | diff to current |
1997-02-10 |
Chip Salzenberg |
Support '%i' format and 'h' modifier in s?printf |
blob | commitdiff | diff to current |
1997-01-07 |
Chip Salzenberg |
Finish OP= warnings: none on ^= |
blob | commitdiff | diff to current |
1997-01-04 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_18 to... |
blob | commitdiff | diff to current |
1996-12-24 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_15 to... |
blob | commitdiff | diff to current |
1996-12-06 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_10 to... |
blob | commitdiff | diff to current |
1996-11-29 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_09 to... |
blob | commitdiff | diff to current |
1996-11-26 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_08 to... |
blob | commitdiff | diff to current |
1996-09-30 |
Spider Boardman |
Re: pre extending hash? - need speed |
blob | commitdiff | diff to current |
1996-06-18 |
Perl 5 Porters |
perl 5.003_01: doop.c |
blob | commitdiff | diff to current |
1996-02-03 |
Perl 5 Porters |
perl5.002beta3 |
blob | commitdiff | diff to current |
1996-01-12 |
Perl 5 Porters |
perl 5.002beta2 patch: doop.c |
blob | commitdiff | diff to current |
1996-08-25 |
Perl 5 Porters |
perl 5.003_03: doop.c |
blob | commitdiff | diff to current |
1996-08-10 |
Larry Wall |
perl 5.003_02: [no incremental changelog available] |
blob | commitdiff | diff to current |
1995-11-20 |
Larry Wall |
5.002 beta 1 |
blob | commitdiff | diff to current |
1995-03-13 |
Larry Wall |
Perl 5.001 |
blob | commitdiff | diff to current |
1995-01-18 |
Andy Dougherty |
perl5.000 patch.0g: [various portability fixes, and... |
blob | commitdiff | diff to current |
1994-10-17 |
Larry Wall |
perl 5.000 |
blob | commitdiff | diff to current |
1994-03-18 |
Larry Wall |
perl 5.0 alpha 6 |
blob | commitdiff | diff to current |
1993-12-10 |
Larry Wall |
perl 5.0 alpha 5 |
blob | commitdiff | diff to current |
1993-11-10 |
Larry Wall |
perl 5.0 alpha 4 |
blob | commitdiff | diff to current |
1993-10-10 |
Larry Wall |
perl 5.0 alpha 3 |
blob | commitdiff | diff to current |
1993-10-07 |
Larry Wall |
perl 5.0 alpha 2 |
blob | commitdiff | diff to current |
|