1998-09-23 |
Gurusamy Sarathy | fix bogus integerization of pop()'s return value |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | tweak README.win32 |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | better diagnostic for do{} used as lvalue |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Hans Mulder | enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | support make written in perl (aka "pmake") on win32 |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | fix mismatched UV/U32 types for to_utf8_*() |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Laszlo Molnar | dos-djgpp update |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Jarkko Hietaniemi | apply minimal variant of patch (sent via private mail) |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Peter Prymmer | adjust searchdict.t for EBCDIC (still needs documenting) |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | silence redefined warning for XS(INIT) {} |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Ilya Zakharevich | support match indices via special variables @- and @+ |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Ilya Zakharevich | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy... |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | integrate maint-5.005 changes (except conflicting chang... |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | add note to win32/Makefile about setting CCHOME |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Gurusamy Sarathy | perl.pod tweak |
commit | commitdiff | tree | snapshot |
1998-09-21 |
Gurusamy Sarathy | make xsubpp generate well-formed code with CAPI &&... |
commit | commitdiff | tree | snapshot |
1998-09-20 |
Ilya Zakharevich | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy... |
commit | commitdiff | tree | snapshot |
1998-09-20 |
Peter Prymmer | fix for unpack('u') failures on OS/390 |
commit | commitdiff | tree | snapshot |
1998-09-20 |
M. J. T. Guy | Fix typo, change "an array" to "a hash" |
commit | commitdiff | tree | snapshot |
1998-09-20 |
Gurusamy Sarathy | fill gaps in sig_* entries in win32/config.?c |
commit | commitdiff | tree | snapshot |
1998-09-20 |
Gurusamy Sarathy | suppress bogus warning on C<sub x {} x()> |
commit | commitdiff | tree | snapshot |
1998-09-18 |
Gurusamy Sarathy | delay freeing itervar so C<for $i (@a) { return($i... |
commit | commitdiff | tree | snapshot |
1998-09-17 |
Gurusamy Sarathy | resync win32/config.?c with Porting/config.sh to pick... |
commit | commitdiff | tree | snapshot |
1998-09-17 |
Gurusamy Sarathy | suppress bogus warning on C<sub x {} x()> |
commit | commitdiff | tree | snapshot |
1998-09-17 |
Gurusamy Sarathy | ntohl typo in objXSUB.h |
commit | commitdiff | tree | snapshot |
1998-09-17 |
Gurusamy Sarathy | fill gaps in sig_* entries in win32/config.?c |
commit | commitdiff | tree | snapshot |
1998-09-12 |
Nick Ing-Simmons | Two tweaks to allow quiet compile qith egcs-1.1 |
commit | commitdiff | tree | snapshot |
1998-09-07 |
Larry Wall | index() applied BM optimization to wrong argument |
commit | commitdiff | tree | snapshot |
1998-09-07 |
Gurusamy Sarathy | Mssage-Id: <199808280433.AAA06767@aatma.engin.umich... |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Larry Wall | tr/// logic was hosed under utf8 |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Larry Wall | several new tests needed tweaking to work under utf8 |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Larry Wall | index() applied BM optimization to wrong argument |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Larry Wall | Implicit require during compile reset line numbering |
commit | commitdiff | tree | snapshot |
1998-08-10 |
Gurusamy Sarathy | various tweaks: fix signed vs. unsigned problems that... |
commit | commitdiff | tree | snapshot |
1998-08-09 |
Gurusamy Sarathy | fix coredump with MULTIPLICITY (ckWARN() needs early... |
commit | commitdiff | tree | snapshot |
1998-08-09 |
Gurusamy Sarathy | tweak warning test |
commit | commitdiff | tree | snapshot |
1998-08-09 |
Gurusamy Sarathy | add missing dTHR; notes for test failures due to small... |
commit | commitdiff | tree | snapshot |
1998-08-09 |
Paul Marquess | lexical warnings; tweaks to places that didn't apply... |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | bump patchlevel to 5.005_51 |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Paul Marquess | fix bogus warning on "\x{123}" |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Dominic Dunlop | hide dup symbol for static build of ext/re |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Larry Wall | fix double free on -Mutf8 -e '$b=uc("")' |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Larry Wall | substr() assumes utf8 without say-so |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gisle Aas | fix intolerance of SWASHes for blank lines |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gisle Aas | utf8 doc tweak |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gisle Aas | kill bogus warning from -we 'use utf8; $_="\x{FF}"' |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Larry Wall | \pX not implemented! |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Stephen McCamant | Eliminate superfluous RV2p[AH]Vs in oops[AH]V() |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Jarkko Hietaniemi | 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw... |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Ilya Zakharevich | [5.005_50 PATCH] misprint in RE engine |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | integrate maint-5.005 changes into mainline |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | pending submit of 5.005_02 |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | set patchlevel.h, other minor tweaks |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | prevent lexical leaks from Benchmark into target code... |
commit | commitdiff | tree | snapshot |
1998-08-08 |
Gurusamy Sarathy | back out change#1747 until possibly better patch is... |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Gurusamy Sarathy | temporary opcode.pl workaround for ebcdic (suggested by |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Paul Marquess | Fix for command line use of source filters |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Gurusamy Sarathy | perlport.pod notes from Jarkko Hietaniemi; utime()... |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Gurusamy Sarathy | perlport.pod v1.33 from Chris Nandor <pudge@pobox.com> |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Ilya Zakharevich | Minor cleanup of RE tests and docs |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Gurusamy Sarathy | allow more compatible interpretation of spaces File... |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Gurusamy Sarathy | don't use © in Test.pm (suggested by M.J.T. Guy) |
commit | commitdiff | tree | snapshot |
1998-08-07 |
Dominic Dunlop | [Patch perl5.005_02-TRIAL2] Update hints, Configure... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Graham Barr | make AutoSplit safer on filesystems with short filenames |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | MM_Win32.pm and Liblist.pm tweaks |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | pod/perlfaq* update from Tom Christiansen <tchrist... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Chris Nandor | perlport 1.32 |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Ilya Zakharevich | README.os2 update |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | additional INSTALL notes from Jarkko Hietaniemi... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | correct URL for perlcrt.dll |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | update Changes, patchlevel, tweak Liblist.pm |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Ilya Zakharevich | newer cperl-mode.el |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | support :nosearch in ExtUtils::Liblist for win32, and... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Ilya Zakharevich | add index entries for -X |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Ilya Zakharevich | make Test::Harness optionally check for stray files... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | back out change#1703 that break bincompat with PERL_OBJ... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Jarkko Hietaniemi | fixes to enable ISC to build IPC/SysV |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Jeff Okamoto | let some 'tr' be '$tr' for occult reasons |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | perlre.pod tweak suggested by Mike Wescott <mike.wescot... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
David J. Fiander | explain caveat about use of numeric constants in podoc... |
commit | commitdiff | tree | snapshot |
1998-08-05 |
Gurusamy Sarathy | end pod processing when source file is closed (prevents... |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Gurusamy Sarathy | correct prototype for des_fcrypt(), explain how to... |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Gurusamy Sarathy | tweak to avoid ambiguity warnings |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Gurusamy Sarathy | remove useless 'rcsid' (extension of a suggestion by |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Abigail | correct Pod::Html's notion of email addresses |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Gurusamy Sarathy | perlport.pod additions from Peter Prymmer <pvhp@forte... |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Chris Nandor | perlport 1.30 |
commit | commitdiff | tree | snapshot |
1998-08-04 |
Tom Christiansen | update postscript generator |
commit | commitdiff | tree | snapshot |
1998-08-03 |
Jarkko Hietaniemi | applied suggested patch, slightly tweaked |
commit | commitdiff | tree | snapshot |
1998-08-03 |
Stephen McCamant | fix segfault when threadsv is used as foreach itervar |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Ilya Zakharevich | close() open files before unlink() |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Jarkko Hietaniemi | more pack() tests |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | t/TEST aesthetic tweak suggested by Jarkko |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | add Digital Unix 3.x notes to README.threads (as sugges... |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Stephen McCamant | allow *FOO{BAR}[0] etc. (without intervening arrow) |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | fix unpack('u',...) problem with spaces in input |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | update location of perlcrt.dll for win32 builds |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Ilya Zakharevich | Better debugging output from malloc.c |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | fix longstanding bug in pack('u',...) (reads garbage... |
commit | commitdiff | tree | snapshot |
1998-08-02 |
Gurusamy Sarathy | update Changes, tweak Porting/makerel |
commit | commitdiff | tree | snapshot |
next |