| Commit message (Expand) | Author | Age | Files | Lines |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 1 | -0/+10 |
* | This seems to be a stage sane and stable enough to checkin. | Jarkko Hietaniemi | 2000-12-15 | 1 | -10/+0 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 1 | -0/+10 |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -0/+1 |
* | The one that got away in #7984. | Michael Stevens | 2000-12-05 | 1 | -1/+0 |
* | Retract #7977, still too volatile (the euphemism of the day | Jarkko Hietaniemi | 2000-12-04 | 1 | -1/+1 |
* | (Retracted by #7978, too shaky yet.) | Simon Cozens | 2000-12-04 | 1 | -1/+1 |
* | In Amdahl UTS "struct sv" is defined by a system header, | Jarkko Hietaniemi | 2000-10-13 | 1 | -1/+1 |
* | The HINT_BYTE patch is apparently unnecessary, retracted. | Jarkko Hietaniemi | 2000-10-06 | 1 | -4/+0 |
* | Patch from Peter Prymmer to disable utf8 in EBCDIC platforms. | Jarkko Hietaniemi | 2000-10-06 | 1 | -0/+4 |
* | Document the SvUTF8*(). | Jarkko Hietaniemi | 2000-09-11 | 1 | -0/+17 |
* | Document the SvIOK_.*UV(). | Jarkko Hietaniemi | 2000-09-05 | 1 | -0/+9 |
* | Re: [ID 20000807.008] Double reads considered evil? (deja vu) | Mike Guy | 2000-08-08 | 1 | -0/+2 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -12/+9 |
* | sv.h documentation - SvLEN | Mike Guy | 2000-08-03 | 1 | -1/+2 |
* | rename totally bletcherous SvLOCK() thingy (doesn't do what the | Gurusamy Sarathy | 2000-07-14 | 1 | -10/+0 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+16 |
* | integrate cfgperl change#6217 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -7/+0 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -16/+44 |
* | commentary about IoTYPE() (from Nathan Torkington) | Gurusamy Sarathy | 2000-04-24 | 1 | -0/+13 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -6/+6 |
* | 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 | -3/+8 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+252 |
* | sv_true() has a superfluous test | Gurusamy Sarathy | 2000-01-20 | 1 | -4/+2 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -2/+1 |
* | integrate utfperl contents into mainline | Gurusamy Sarathy | 1999-12-28 | 1 | -6/+87 |
|\ |
|
| * | fix typos | Gurusamy Sarathy | 1999-12-26 | 1 | -1/+1 |
| * | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -3/+3 |
| * | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -9/+10 |
| * | typo in flag checks | Gurusamy Sarathy | 1999-11-16 | 1 | -14/+14 |
| * | Incremental merge of mainline | Nick Ing-Simmons | 1999-10-02 | 1 | -0/+2 |
| |\ |
|
| * | | Re-integrate mainline | Nick Ing-Simmons | 1999-09-18 | 1 | -6/+85 |
* | | | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -4/+2 |
* | | | IoDIRP may be fake when used in source filters, mark as such | Gurusamy Sarathy | 1999-11-09 | 1 | -6/+7 |
* | | | more cleanup: avoid unused knowledge of "file GV" notion in CV and GV | Gurusamy Sarathy | 1999-10-29 | 1 | -2/+4 |
| |/
|/| |
|
* | | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+2 |
|/ |
|
* | dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>) | Gurusamy Sarathy | 1999-09-10 | 1 | -9/+2 |
* | slightly modified version of suggested patch | Ilya Zakharevich | 1999-08-01 | 1 | -1/+1 |
* | win32 nits | Gurusamy Sarathy | 1999-07-19 | 1 | -1/+1 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -7/+7 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1/+1 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+7 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 1 | -6/+29 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+5 |
* | slurping an empty file should return '' rather than undef, with | Gurusamy Sarathy | 1999-02-14 | 1 | -0/+1 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -10/+4 |