| Commit message (Expand) | Author | Age | Files | Lines |
* | The numeric locale was reset to "C" by s?printf and never restored. | Christian Kirsch | 2000-08-16 | 1 | -2/+2 |
* | Augment #6539 a bit: don't croak if there's magic in the air. | Hugo van der Sanden | 2000-08-08 | 1 | -3/+1 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -1/+7 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -1/+1 |
* | Fix *foo{FORMAT}. | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+3 |
* | enable UTF-16 filter by default if relevant BOM is seen; various | Gurusamy Sarathy | 2000-07-14 | 1 | -1/+1 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+7 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -18/+1 |
* | buggy modulus on UVs introduced by change#3378 (resulted in | Gurusamy Sarathy | 2000-05-31 | 1 | -2/+2 |
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -6/+14 |
* | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 1 | -4/+3 |
* | repeat operator (x) doesn't preserve utf8-ness | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+6 |
* | substr() does not preserve utf8-ness (from Stefan Eissing | Gurusamy Sarathy | 2000-05-07 | 1 | -4/+4 |
* | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 1 | -0/+2 |
* | fix for missed accounting for null byte in pack("Z",...) (from | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+2 |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -8/+1 |
* | Various Unicos 10.0.0.6 fixes. | Mark P Lutz | 2000-04-24 | 1 | -2/+6 |
* | autovivify open($fh[0],...) properly | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+1 |
* | Solaris long double fixes from Alan Burlison. | Jarkko Hietaniemi | 2000-03-13 | 1 | -1/+1 |
* | avoid warning | Gurusamy Sarathy | 2000-03-06 | 1 | -1/+1 |
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+1 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -12/+12 |
* | scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't | Gurusamy Sarathy | 2000-03-05 | 1 | -3/+17 |
* | workaround for Tru64 compiler bug (cleaner fix will have | Jarkko Hietaniemi | 2000-03-02 | 1 | -0/+15 |
* | Couple of math functions need to be Perl_ so that | Jarkko Hietaniemi | 2000-03-01 | 1 | -3/+3 |
* | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 1 | -65/+26 |
* | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -3/+3 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -13/+15 |
* | allocate sufficient buffer sizes for 64-bit wide utf8 characters | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...) | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -1/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -24/+41 |
* | Misedit in #4888. | Jarkko Hietaniemi | 2000-01-25 | 1 | -1/+1 |
* | UNICOS/mk patches. Removing the _CRAYMPP test may be | Jarkko Hietaniemi | 2000-01-25 | 1 | -2/+2 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -2/+16 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -6/+31 |
* | fix 4-arg substr() when used as argument to subroutine | Gurusamy Sarathy | 2000-01-02 | 1 | -3/+3 |
* | avoid initializing GvCV slot for autovivified filehandles | Gurusamy Sarathy | 1999-12-09 | 1 | -1/+1 |
* | tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; | Gurusamy Sarathy | 1999-12-06 | 1 | -7/+11 |
* | readability tweak suggested by GRommel@sears.com | Gurusamy Sarathy | 1999-12-04 | 1 | -32/+25 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -2/+2 |
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 1 | -15/+14 |
* | avoid potential stack extension bug in pp_unpack() (spotted by Ilya) | Gurusamy Sarathy | 1999-12-02 | 1 | -3/+4 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
|\ |
|
| * | Regen Configure. | Jarkko Hietaniemi | 1999-11-16 | 1 | -1/+1 |
* | | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 1 | -1/+6 |
|\ |
|
| * | cloned interpreters now actually run and pass all but 55/10386 | Gurusamy Sarathy | 1999-11-13 | 1 | -1/+6 |