p5sagit/p5-mst-13.2.git
2003-02-04 Stephen McCamant B::Concise updates (incl. avoiding use of op_seq)
2003-02-04 Rafael Garcia... Better version of change #18648, by Enache Adrian
2003-02-04 Jarkko Hietaniemi Add the new test to MANIFEST.
2003-02-04 Graham Barr Sync with 1.10
2003-02-04 Jarkko Hietaniemi Fix "[perl #20667] unicode regex vs non-unicode regex".
2003-02-04 Jarkko Hietaniemi Comment tweak.
2003-02-04 Jarkko Hietaniemi Signedness issue.
2003-02-03 Rafael Garcia... Force the C locale in makedepend, to prevent gcc from
2003-02-03 Rafael Garcia... Document the environment variable PERL_UTF8_LOCALE...
2003-02-03 Rafael Garcia... Fix bug #8760 : cop_line isn't properly restored
2003-02-03 Abe Timmerman Re: [perl #20606] [PATCH} openbsd hints
2003-02-03 Jarkko Hietaniemi Duh, test -e ENOPORTABLE, I should've remembered that.
2003-02-03 Jarkko Hietaniemi Detypo.
2003-02-03 Abhijit Menon-Sen Integrate MIME::Base64 2.16 from CPAN. (Do we really...
2003-02-02 Artur Bergman In any case, never copy this but use the same SV since
2003-02-02 Artur Bergman Move SvPVIV out of ->op_sv of METHOD_NAMED into the...
2003-02-02 Jarkko Hietaniemi Plan 9: Some time has passed.
2003-02-02 Nick Ing-Simmons Re: typo in checkin 18616
2003-02-02 Jarkko Hietaniemi Plan 9: Add also config.sh sample for 5.8.0 from Russ...
2003-02-02 Abigail pod/perlfunc.pod
2003-02-02 Rafael Garcia... [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-02-02 Jarkko Hietaniemi Also [perl #3547] has been fixed; add its test case.
2003-02-02 Jarkko Hietaniemi The [perl #7471] seems to have been fixed; add its...
2003-02-02 Jarkko Hietaniemi [perl #15397] seems to have been fixed; add its test.
2003-02-02 Jarkko Hietaniemi Plan 9: Supply also Russ Cox' original config.h for...
2003-02-02 Jarkko Hietaniemi Plan 9: Update config.plan9 based on Russ Cox' work.
2003-02-02 Jarkko Hietaniemi Plan 9: Update the list of object files.
2003-02-02 Jarkko Hietaniemi Plan 9: No Configure.
2003-02-02 Jarkko Hietaniemi Plan 9: doesn't really do Configure (undo #18585/#18586)
2003-02-02 Jarkko Hietaniemi minitest wasn't working. (The $^X /miniperl/ test in
2003-02-02 Jarkko Hietaniemi Fix and test for [perl #15549 Empty \Q\E not permitted]
2003-02-01 Artur Bergman Fix bug #15837, temporary from storable call hadn't...
2003-02-01 Jarkko Hietaniemi Integrate from perlio:
2003-02-01 Artur Bergman Don't free thread before using it, breaks platforms...
2003-02-01 Nick Ing-Simmons Re: bleadperl: PerlIOStdio_invalidate_fileno breaks...
2003-02-01 Nick Ing-Simmons fflush() before invalidating stdio's fileno.
2003-02-01 Nick Ing-Simmons PerlIO friendly version of speed up of $/ = undef case.
2003-02-01 Nick Ing-Simmons Michael Schroeder's fix for re-try if stdio ops after
2003-02-01 Nick Ing-Simmons Integrate mainline
2003-01-31 Jarkko Hietaniemi Go even further (back) than change #18608 and revert
2003-01-31 Adrian M. Enache [FIX] Re: UTF-8 failures (surprise!)
2003-01-31 Abhijit Menon-Sen Fix typo in version check ($[ to $]).
2003-01-30 Jose Auguste... Upper<->Lower case mistake in perlunicode.pod ?
2003-01-30 Beckett Richard... [perl #20616] code example in the FAQ that isn't strict...
2003-01-30 Rafael Garcia... FAQ sync.
2003-01-30 Adrian M. Enache [FIX] Re: UTF-8 failures (surprise!)
2003-01-30 Todd C. Miller Updates to the openbsd hints
2003-01-29 Jarkko Hietaniemi More of the #18600.
2003-01-29 Jarkko Hietaniemi Retract the %_/SVf change (part of #18456) for PROTOTYP...
2003-01-28 Paul Johnson Fix a very small memory leak in op_free, by reserving the
2003-01-28 Rafael Garcia... Integrate from maint-5.8:
2003-01-27 Slaven Rezic Re: [perl #20274] perlbug requires dynamic loading
2003-01-27 Dave Mitchell Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2003-01-27 Nicholas Clark make Copy On Write work once again
2003-01-27 Jarkko Hietaniemi Update the pod list for Plan 9.
2003-01-26 Artur Bergman When we copy things out of a hash and increment the
2003-01-26 Jarkko Hietaniemi Missing (STRLEN)casts.
2003-01-26 Nick Ing-Simmons PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSI...
2003-01-26 Dave Mitchell OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2003-01-26 Jarkko Hietaniemi Lest people get worried about not having PerlIO.
2003-01-26 Jarkko Hietaniemi Plan 9 doesn't do nm, from Russ Cox.
2003-01-26 Jarkko Hietaniemi Plan 9 doesn't really have the symlink API, from Russ...
2003-01-26 Jarkko Hietaniemi Plan 9 compiler can't return quads from the ?: (condop).
2003-01-26 Slaven Rezic Re: truncate using a globref
2003-01-26 Adrian M. Enache patch to speed up Perl's slurp mode
2003-01-26 Adrian M. Enache Re: [perl #20408] SV's SvPVX get freed even when its...
2003-01-26 Craig A. Berry const declaration fixup
2003-01-23 Dave Mitchell move pad.c warnings to different test file
2003-01-23 Nick Ing-Simmons Fix Solaris 32-bit invalidate case.
2003-01-22 Rafael Garcia... Integrate change 18448 from maint-5.8 :
2003-01-22 Dave Mitchell Re: difference between my and our before introduction
2003-01-22 Nick Ing-Simmons Integrate mainline
2003-01-22 Rafael Garcia... Fix [perl #19860] by adding a POSIX::fsync() stub.
2003-01-22 Jarkko Hietaniemi Integrate from perlio:
2003-01-22 Nick Ing-Simmons Fixes for open.pm which attempts to load layers:
2003-01-22 Jarkko Hietaniemi Upgrade to Encode 1.86.
2003-01-22 Dave Mitchell Re: slight tweak to -DR flag - display whether on tmps...
2003-01-22 Nicholas Clark Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad...
2003-01-22 Robin Barker (was RE: [PATCH] %_ (was Re: [PATCH] operation on ...
2003-01-22 Jarkko Hietaniemi Integrate from perlio:
2003-01-22 Dave Mitchell Re: [perl #15439] unreferenced scalar due to double...
2003-01-22 Martti Rahkila Term::Complete problem + fix (Was: Re: muttprofile...
2003-01-22 Nicholas Clark assert PV isn't RV
2003-01-22 Jarkko Hietaniemi Integrate from maint-5.8:
2003-01-22 Nick Ing-Simmons #if defined(__irix__) (for stdio invalidate) from Jarkko.
2003-01-22 Nick Ing-Simmons Report layer name (without arg) on fail, and attempt to
2003-01-22 Nick Ing-Simmons Add defined(__osf__) case to invalidate_fileno (for...
2003-01-22 Nick Ing-Simmons Tweak APItest for new semantics of printf.
2003-01-22 Nick Ing-Simmons Integrate mainline
2003-01-22 Richard Soderberg AUTHORS correction
2003-01-22 Jarkko Hietaniemi Continuation of #18542.
2003-01-22 Jarkko Hietaniemi Update the MD5 checksums.
2003-01-22 Hugo van der... #18530 misses a couple of pTHX definitions
2003-01-21 Jarkko Hietaniemi Try to make including patchlevel.h a bit more
2003-01-21 Nick Ing-Simmons stdio does NOT set errno==EBADF on invalidated fileno
2003-01-21 Nick Ing-Simmons Try the invalidate_fileno() idea for non-leaky stdio...
2003-01-21 Yitzchak Scott... Re: FreeBSD 5 hints patch
2003-01-21 Jarkko Hietaniemi Allow explicit -C enable/disable by -C:1/-C:0
2003-01-21 Chip Turner PATCH: perldoc in MAINT branch (probably unstable too)
2003-01-21 Hugo van der... Re: [perl #17757] s///g fails when using English ...
next