| Commit message (Expand) | Author | Age | Files | Lines |
* | byte mode chop() should clear UTF8 (from Gisle Aas) | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -4/+4 |
* | Continue qgcvt work; closer now but not yet there. | Jarkko Hietaniemi | 2000-01-16 | 1 | -4/+4 |
* | Remove quad logic from perl.h; regen Configure; | Jarkko Hietaniemi | 1999-10-29 | 1 | -3/+3 |
* | Add a missing #endif forgotten by #4035. | Jarkko Hietaniemi | 1999-08-29 | 1 | -0/+1 |
* | Implement 64-bit vec(). | Jarkko Hietaniemi | 1999-08-29 | 1 | -7/+91 |
* | Tighten the vec() code so that naughty BITS cause an error. | Jarkko Hietaniemi | 1999-08-19 | 1 | -5/+5 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -5/+71 |
* | fix vec() on magic values | Ian Phillipps | 1999-07-17 | 1 | -0/+1 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -20/+20 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -31/+19 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -10/+10 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -1/+1 |
* | typo in change#3397 | Gurusamy Sarathy | 1999-05-12 | 1 | -2/+2 |
* | chop/chomp modify readonly values | Jan Dubois | 1999-05-12 | 1 | -2/+6 |
* | From: Dan Sugalski <sugalskd@osshe.edu> | Gurusamy Sarathy | 1999-05-07 | 1 | -0/+2 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | s/sv_upgrade/SvUPGRADE/ a couple of places | Gurusamy Sarathy | 1998-11-04 | 1 | -2/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+1 |
* | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 1 | -3/+2 |
* | bump patchlevel to 52; other little tweaks for threads, win32 builds | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+1 |
* | tweaks to enable PERL_OBJECT to build & test on win32 | Gurusamy Sarathy | 1998-09-25 | 1 | -10/+23 |
* | make \(%foo) return refs to values (not copies of values) | Gurusamy Sarathy | 1998-09-23 | 1 | -3/+2 |
* | tr/// logic was hosed under utf8 | Larry Wall | 1998-09-05 | 1 | -284/+575 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -6/+5 |
* | Add dTHR so that it compiles miniperl in threaded mode | Nick Ing-Simmons | 1998-07-26 | 1 | -0/+1 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -47/+313 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -9/+9 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -6/+6 |
* | hv_max may be a few too many | Gisle Aas | 1998-07-05 | 1 | -2/+1 |
* | added patch, tweaked missed files, excised comment that doesn't really | Joshua Pritikin | 1998-06-20 | 1 | -15/+12 |
* | [win32] merge changes#906,907,909,910 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -1/+5 |
* | [win32] merge change#905 from maintbranch, minor fixes to get | Gurusamy Sarathy | 1998-05-15 | 1 | -1/+1 |
* | [win32] merge change#904 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |
* | [win32] integrate mainline | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |
* | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+1 |
* | [win32] still another | Inaba Hiroto | 1998-03-02 | 1 | -3/+6 |
* | Stop tr/// from writing to target when only counting. | Malcolm Beattie | 1997-12-11 | 1 | -2/+10 |
* | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -0/+2 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -3/+2 |
* | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -0/+2 |
|\ |
|
| * | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -0/+2 |
* | | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -26/+8 |
|/ |
|
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -0/+1 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -0/+1 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -0/+1 |
|\ \ |
|