1999-12-28 |
Gurusamy Sarathy |
integrate utfperl contents into mainline |
blob | commitdiff |
1999-12-28 |
Gurusamy Sarathy |
integrate mainline contents |
blob | commitdiff | diff to current |
1999-12-24 |
Gurusamy Sarathy |
support for v5.5.640 style version numbers |
blob | commitdiff | diff to current |
1999-12-23 |
Gurusamy Sarathy |
bring in basic threads stuff under USE_ITHREADS |
blob | commitdiff | diff to current |
1999-12-23 |
Gurusamy Sarathy |
integrate mainline contents into utfperl |
blob | commitdiff | diff to current |
1999-12-16 |
Gurusamy Sarathy |
avoid coredump on diagnostics when STDERR is closed |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-08 |
Gurusamy Sarathy |
apply change#4618 again along with Ilya's patch to... |
blob | commitdiff | diff to current |
1999-12-07 |
Gurusamy Sarathy |
typos in change#4660 |
blob | commitdiff | diff to current |
1999-12-06 |
Gurusamy Sarathy |
allow IRIX 6.5 to build perl (from Helmut Jarausch |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
make uninitialized value warnings report opcode |
blob | commitdiff | diff to current |
1999-12-03 |
Gurusamy Sarathy |
revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:... |
blob | commitdiff | diff to current |
1999-12-02 |
Ilya Zakharevich |
applied suggested patch with prototype changes |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
avoid "Callback called exit" error on intentional exit() |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-19 |
Chip Salzenberg |
Undef printf before redirecting it to PerlIO_stdoutf. |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
cosmetic tweaks |
blob | commitdiff | diff to current |
1999-11-13 |
Jarkko Hietaniemi |
Continue largefileness separation from quadness; |
blob | commitdiff | diff to current |
1999-11-13 |
Jarkko Hietaniemi |
Try to fix largefileness so that it "works" without... |
blob | commitdiff | diff to current |
1999-11-11 |
Jarkko Hietaniemi |
Turn on largefileness always if available and |
blob | commitdiff | diff to current |
1999-11-11 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
blob | commitdiff | diff to current |
1999-11-06 |
Jarkko Hietaniemi |
Replace the explicit zeros with NOOPs. |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Incremental Mac integration from Matthias. |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore |
blob | commitdiff | diff to current |
1999-11-02 |
Jarkko Hietaniemi |
Initial integration of the MacPerl changes form Matthias. |
blob | commitdiff | diff to current |
1999-10-31 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-10-31 |
Gurusamy Sarathy |
remove unused struct Outrec |
blob | commitdiff | diff to current |
1999-10-30 |
Jarkko Hietaniemi |
Add HAS_QUAD ($Config{d_quad}); use it. |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Continue what #4494 started; introduce uid and gid... |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Move the IV, UV, I8, U8, ..., and NV to metaconfig |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Remove quad logic from perl.h; regen Configure; |
blob | commitdiff | diff to current |
1999-10-29 |
Gurusamy Sarathy |
usurp GVOP slot for new PADOP (one small step to making... |
blob | commitdiff | diff to current |
1999-10-28 |
Jarkko Hietaniemi |
Fix printing of uids and gids; regen Configure. |
blob | commitdiff | diff to current |
1999-10-27 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline; merge conflicts |
blob | commitdiff | diff to current |
1999-10-27 |
Gurusamy Sarathy |
patch up egcs-1.1.2-mingw32 build (builds a working... |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Remove unused "squatter" symbols; regen Configure. |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Regen Configure. |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Integrate with Sarathy; manual resolve on regcomp.c... |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Nosuid checking for statfs() people: from Spider Boardman. |
blob | commitdiff | diff to current |
1999-10-27 |
Gurusamy Sarathy |
more GCC v2.95 induced adjustments |
blob | commitdiff | diff to current |
1999-10-26 |
Jarkko Hietaniemi |
Revert #4457 for more investigation. |
blob | commitdiff | diff to current |
1999-10-26 |
Jarkko Hietaniemi |
Add getmnt() to nosuid checking. |
blob | commitdiff | diff to current |
1999-10-24 |
Nick Ing-Simmons |
Follow that camel ... another sync. |
blob | commitdiff | diff to current |
1999-10-24 |
Ilya Zakharevich |
Re: [PATCH 5.005_62] OS/2 improvements |
blob | commitdiff | diff to current |
1999-10-23 |
Nick Ing-Simmons |
Resolve mainline before possible hacking operertunity... |
blob | commitdiff | diff to current |
1999-10-19 |
Jarkko Hietaniemi |
Long double support: sqrtl et al are not available... |
blob | commitdiff | diff to current |
1999-10-17 |
Gurusamy Sarathy |
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on |
blob | commitdiff | diff to current |
1999-10-16 |
Nick Ing-Simmons |
Resolve utfperl branch against mainline as of _62 |
blob | commitdiff | diff to current |
1999-10-10 |
Gurusamy Sarathy |
revert SAVEDESTRUCTOR() to accepting void(*)(void*... |
blob | commitdiff | diff to current |
1999-10-09 |
Thomas Conté |
While awaiting a good test program to detect the broken... |
blob | commitdiff | diff to current |
1999-10-08 |
Gurusamy Sarathy |
remove kludgey duplicate background error avoidance... |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
blob | commitdiff | diff to current |
1999-10-02 |
Jarkko Hietaniemi |
Untangle the IV_IS_QUAD jungle by introduding |
blob | commitdiff | diff to current |
1999-10-02 |
Nick Ing-Simmons |
Incremental merge of mainline |
blob | commitdiff | diff to current |
1999-09-20 |
Jarkko Hietaniemi |
Add usemorebits and uselfs. |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-17 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-09-14 |
Jarkko Hietaniemi |
Not that UVSIZE normally differs that much from IVSIZE... |
blob | commitdiff | diff to current |
1999-09-13 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline, update Changes |
blob | commitdiff | diff to current |
1999-09-13 |
Jarkko Hietaniemi |
Scan always for <pthread.h>. |
blob | commitdiff | diff to current |
1999-09-13 |
Jarkko Hietaniemi |
Applying change #4136 manually introduced patch residue. |
blob | commitdiff | diff to current |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
blob | commitdiff | diff to current |
1999-09-08 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
blob | commitdiff | diff to current |
1999-09-07 |
Daniel S. Lewart |
HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX. |
blob | commitdiff | diff to current |
1999-09-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-09-06 |
Gurusamy Sarathy |
applied patch suggested by Hans Mulder to fix problems on |
blob | commitdiff | diff to current |
1999-09-04 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-09-04 |
Jarkko Hietaniemi |
Comment upgrading: the quad situation isn't quite as |
blob | commitdiff | diff to current |
1999-09-03 |
Jarkko Hietaniemi |
Turn on USE_64_BIT_OFFSETS implicitly. |
blob | commitdiff | diff to current |
1999-09-01 |
Fifer, Eric |
[ID 19990821.001] [PATCH] perl5.005_60 cygwin port |
blob | commitdiff | diff to current |
1999-09-01 |
Dominic Dunlop |
[ID 19990819.001] Not OK: perl 5.00560 on powerpc-macht... |
blob | commitdiff | diff to current |
1999-09-01 |
Jarkko Hietaniemi |
IV_DIG and NV_DIG fixes. |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Remove an extra #endif introduced by #4036. |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Rename warning to warnings, from Paul Marquess. |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-08-29 |
Gurusamy Sarathy |
deadcode removal |
blob | commitdiff | diff to current |
1999-08-28 |
Robin Barker |
[ID 19990823.009] [PATCH perl5.005_61] typo in perl.h |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
DEBUG_m() adjusted to internalize dTHX |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
update Changes |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
support USE_THREADS+MULTIPLICITY; source compat tweaks for |
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-17 |
Jarkko Hietaniemi |
Enhance IV_FITS_IN_IV (though it's still unused). |
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-13 |
Jarkko Hietaniemi |
Jumbo Configure and large file support update. |
blob | commitdiff | diff to current |
1999-08-13 |
Jarkko Hietaniemi |
Introduce HAS_LLSEEK. |
blob | commitdiff | diff to current |
1999-08-09 |
Jarkko Hietaniemi |
Integrate with Nick. |
blob | commitdiff | diff to current |
1999-08-03 |
Jarkko Hietaniemi |
Retract #3912, much too many compilation warnings |
blob | commitdiff | diff to current |
1999-08-03 |
Sven Verdoolaege |
(Retracted). See #3913. |
blob | commitdiff | diff to current |
1999-08-03 |
Jarkko Hietaniemi |
Change #3790 redemption: with a little additional |
blob | commitdiff | diff to current |
1999-08-02 |
Gurusamy Sarathy |
fix broken -DDEBUGGING_OPS (from Spider Boardman |
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 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
next |