p5sagit/p5-mst-13.2.git
2001-08-12 Jarkko Hietaniemi Dispell the "use utf8" superstition.
2001-08-12 Abigail Re: [ID 20010730.010] FETCH called twice with -T
2001-08-12 Abhijit Menon-Sen Re: [ID 20010730.010] FETCH called twice with -T
2001-08-12 Jarkko Hietaniemi Test for change #11639.
2001-08-12 Abhijit Menon-Sen Re: Can't localize *FH, then tie it
2001-08-12 Jarkko Hietaniemi Drop all the unnecessary "use utf8" clauses and some of
2001-08-11 Jarkko Hietaniemi Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...
2001-08-11 Jarkko Hietaniemi Thinko: we want the flags for native cc, not gcc.
2001-08-11 Robin Houston (retracted by 13077)
2001-08-11 Abhijit Menon-Sen turn $a.=<F> into an RCATLINE
2001-08-11 Jarkko Hietaniemi Get rid of indread, from Abhijit Menon-Sen.
2001-08-10 Jarkko Hietaniemi CRLFgngngn.
2001-08-10 Jarkko Hietaniemi Decommission Time::Piece; unnecessary Yet Another Time...
2001-08-10 Jarkko Hietaniemi Avoid #elif (less portable than #else #if).
2001-08-10 Mark A. Hershberger patch for perlvar.pod
2001-08-10 Jarkko Hietaniemi cpp commands must start (the # must be) at the column #0.
2001-08-10 Jarkko Hietaniemi If using gcc -B/foo/bar makedepend would give
2001-08-09 Jarkko Hietaniemi Update Changes.
2001-08-09 Jarkko Hietaniemi s/z/tz/
2001-08-09 Jarkko Hietaniemi Article nit.
2001-08-09 Jarkko Hietaniemi Rename lib/unicode files to lib/unicore to avoid
2001-08-09 Jarkko Hietaniemi Upgrade to Math::BigInt 1.41.
2001-08-09 James remove PL_na from typemap
2001-08-09 Jarkko Hietaniemi Forgot this from #11618.
2001-08-09 Jarkko Hietaniemi Introduce more floating point classifying APIs;
2001-08-09 Jarkko Hietaniemi Integrate change #11519 from perlio:
2001-08-09 Nick Ing-Simmons Integrate mainline
2001-08-09 Nick Ing-Simmons Avoid testing for (non-)existance of "encoding(xxxx)"
2001-08-08 Paul Johnson Teach B::Concise about PADOP
2001-08-08 Jarkko Hietaniemi Make VMS use IEEE math by default; reorder Tru64 hints
2001-08-08 Abhijit Menon-Sen Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2001-08-08 Craig A. Berry fix t/run/exit.t for VMS
2001-08-08 Craig A. Berry better VMS docs for $?, exit(), and system()
2001-08-07 Jarkko Hietaniemi Update the magazine information.
2001-08-07 Jarkko Hietaniemi Ignore SIGFPE everywhere.
2001-08-07 Jarkko Hietaniemi With permission, change the licensing of the docs by
2001-08-07 Andy Dougherty hints/openbsd.sh tweaks.
2001-08-07 Andy Dougherty Makefile.SH test_prep dependency
2001-08-07 Jarkko Hietaniemi Don't autogenerate the headers et alia,
2001-08-07 Gurusamy Sarathy Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl...
2001-08-07 Abhijit Menon-Sen Re: [ID 20010806.006] Can't read coderef from tied...
2001-08-07 James A. Duncan B && BEGIN handling
2001-08-07 Jarkko Hietaniemi Integrate change #11598 from maintperl (fcrypt.c URL...
2001-08-06 Jarkko Hietaniemi Yet another way to say Infinity: HP-UX calls its "++".
2001-08-06 Jarkko Hietaniemi Update Changes.
2001-08-06 Jarkko Hietaniemi Advertise File::Temp, don't advertise POSIX::tmpnam().
2001-08-06 Jarkko Hietaniemi The #11593 wasn't right.
2001-08-06 Prymmer/Kahn [PATCH: perl@11564] introducing perlivp
2001-08-05 Jarkko Hietaniemi libcs are confused what to call Infinity.
2001-08-05 Jarkko Hietaniemi Avoid SIGFPE in Tru64.
2001-08-05 Jarkko Hietaniemi Upgrade to Math::BigInt 1.40.
2001-08-05 Gurusamy Sarathy remove hardcoded cmd shell in testsuite
2001-08-05 Gurusamy Sarathy 4-arg select() was busted on windows because change...
2001-08-05 Jarkko Hietaniemi Rename the Getopt::Long tests to be as they are
2001-08-05 Jarkko Hietaniemi Upgrade to Getopt::Long 2.26.
2001-08-05 Jarkko Hietaniemi Retract #10874 (the hack should be unnecessary by now)
2001-08-05 Gurusamy Sarathy avoid temp file littering in tests
2001-08-05 Philip Newton warning in sv.c: double format, NV arg
2001-08-05 Gurusamy Sarathy fix POSIX.t#13 for windos
2001-08-05 Jarkko Hietaniemi Add a test for PerlIO::Via.
2001-08-05 Gurusamy Sarathy flock() and link() are not available on Windows 9x
2001-08-05 Jarkko Hietaniemi Some Tru64 C compilers have C++ components that confuse
2001-08-05 Alan Burlison (Reintroduce #11125)
2001-08-05 Jarkko Hietaniemi Little pointer juggling for HP-UX cc to avoid
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Doug MacEachern Re: [patch] rid "Scalars leaked" from perl_clone
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachern Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
2001-08-04 Jarkko Hietaniemi The #11572 didn't up the test count.
2001-08-04 Daniel P. Berrange UTF-8 bugs in string length & single line regex matches
2001-08-04 Abhijit Menon-Sen Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-04 Abhijit Menon-Sen Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-04 Abhijit Menon-Sen Re: [patch] refcount re ops
2001-08-04 Doug MacEachern [patch] refcount re ops
2001-08-03 Doug MacEachern [patch] ignore PL_curpm in PL_regex_padav cleanup
2001-08-03 Craig A. Berry fix t/op/misc.t for VMS
2001-08-03 John Kristian Re: [ID 20010731.105] MinGW can't compile win32.c on...
2001-08-03 Jarkko Hietaniemi Update Changes.
2001-08-03 Craig A. Berry fix Stash.t for VMS
2001-08-03 Doug MacEachern [patch] plug PL_cshname leak
2001-08-03 Doug MacEachern [patch] plug PL_sh_path leak
2001-08-03 Doug MacEachern [patch] plug PL_regex_padav leaks
2001-08-03 Doug MacEachern [patch] plug PL_origargv leak
2001-08-03 Abhijit Menon-Sen newHVhv shouldn't reset xhv_max so often
2001-08-03 Nick Ing-Simmons Integrate mainline
2001-08-02 Craig A. Berry fix Showlex.t for VMS
2001-08-02 Jarkko Hietaniemi Be more careful about non-existent files.
2001-08-02 Robin Houston deparse empty formats
2001-08-02 Doug MacEachern [patch] ithreads + refto fix improvement
2001-08-02 Jarkko Hietaniemi Readability nit from Abhijit.
2001-08-02 Jarkko Hietaniemi setproctitle() API version nit from Anton Berezin.
2001-08-02 Jarkko Hietaniemi Add PerlCE to the docs.
2001-08-02 Jarkko Hietaniemi Integrate the PerlCE (WinCE Perl) port;
2001-08-02 Jarkko Hietaniemi setproctitle() made simpler. (This assumes the string is
2001-08-02 Richard Soderberg [PATCH] -Wall cleanup: op.c
2001-08-02 Jarkko Hietaniemi Update Changes.
2001-08-02 Doug MacEachern Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2001-08-01 Jarkko Hietaniemi The #11541 didn't work under threads.
2001-08-01 Hugo van der... Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1...
2001-08-01 Stian Seeberg [ID 20010730.003] IRIX 6.5 already has struct sv in...
next