The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
[p5sagit/p5-mst-13.2.git] / ext /
2001-06-13 Craig A. Berry Re: [PATCH perl@10538] make ext/re play nice with DEBUG...
2001-06-13 Jarkko Hietaniemi Integrate perlio:
2001-06-13 Jarkko Hietaniemi Similar logic as DB_File.xs, using the modern macros and
2001-06-13 Nick Ing-Simmons Avoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-06-13 Craig A. Berry make ext/re play nice with DEBUGGING override
2001-06-13 Jarkko Hietaniemi New AIX dynaloading code from Jens-Uwe Mager.
2001-06-13 Jarkko Hietaniemi Use __attribute__((unused)) to silence -Wall on unused ax.
2001-06-13 Doug MacEachern [patch] rid local_patches warnings
2001-06-13 Doug MacEachern Re: ext/ + -Wall
2001-06-13 Nicholas Clark Re: ext/ + -Wall
2001-06-12 Gurusamy Sarathy As suggested in
2001-06-12 Doug MacEachern ext/ + -Wall
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-06-11 Chris Nandor [RESEND] [PATCH] Mac OS lib patches for bleadperl
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Gisle Aas Unresolved symbol in ext/re/re.xs
2001-06-06 Jarkko Hietaniemi MakeMaker magic to compile (when no dynamic loading)
2001-06-04 Jarkko Hietaniemi Configure tweaks; add prototype probes, make the cpp...
2001-06-04 Jarkko Hietaniemi The .pm changes to go with #10428.
2001-06-04 Jarkko Hietaniemi Do not import anything from Encode.
2001-06-04 Jarkko Hietaniemi The #10402 didn't take. Weird.
2001-06-04 Jarkko Hietaniemi Eradicate traces of 'asciirange' re subpragma.
2001-06-04 Jarkko Hietaniemi use is a compile-time thing.
2001-06-04 Robin Barker -Wall casting patch
2001-06-03 Jarkko Hietaniemi -Wall "subscript has type `char'" cleanup.
2001-06-03 Jarkko Hietaniemi Various "cast to pointer from integer of different...
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Peter Prymmer allow MIME::QuotePrint to handle ASCII code numbers...
2001-06-01 Jarkko Hietaniemi The #10370 wasn't quite right.
2001-06-01 Jarkko Hietaniemi Configure tweaks; record the Berkeley DB version,
2001-06-01 Tim Jenness Fix -Wall on XS::Typemap
2001-06-01 Doug MacEachern [patch] Cwd.xs optimizations/abstraction
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Abhijit Menon-Sen -Wall cleanups: perl.c, gv.c, Storable.xs
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-30 Jarkko Hietaniemi More -Wall cleanup from Schwern; the EBCDIC MD5.xs...
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-30 Jarkko Hietaniemi Fix the BOOT section to call myU2time properly.
2001-05-30 H.Merijn Brand Re: AIX and gcc (moving targets)
2001-05-30 Jarkko Hietaniemi Retract #10295 and #10296: a more generic solution
2001-05-29 Jarkko Hietaniemi Mention Time::localtime and Time::gmtime.
2001-05-29 H.Merijn Brand Re: AIX and gcc (moving targets)
2001-05-29 H.Merijn Brand Re: AIX and gcc (moving targets)
2001-05-27 Jarkko Hietaniemi Document strftime() and strptime().
2001-05-27 Jarkko Hietaniemi Make Time::Piece::strptime() to be a function, not...
2001-05-24 Jarkko Hietaniemi DB_File has its own attribute story.
2001-05-16 Jarkko Hietaniemi Move the stack desire definition to thread.h.
2001-05-16 Jarkko Hietaniemi DG-UX threading patches, including a README.dgux,
2001-05-16 Robin Houston More on /x regexes
2001-05-16 Jarkko Hietaniemi Document that the core time() may be rounding rather
2001-05-15 Jarkko Hietaniemi Half of #10107 got lost.
2001-05-15 Robin Houston Lvaluable method calls
2001-05-15 Robin Houston C<$foo =~ give_me_a_regex>; /x modifier
2001-05-15 Robin Houston "${foo}_bar"
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-05-11 Robin Houston $foo->bar(0)
2001-05-11 Jarkko Hietaniemi A nicely working combination for UTS from Hal Morris.
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Robin Houston t/op/64bitint.t
2001-05-10 Jarkko Hietaniemi Retract #10070, not ready yet.
2001-05-10 Hugo van der Sanden (Retracted by #10073)
2001-05-10 Robin Houston our() lists and foreach loops
2001-05-10 Robin Houston Fix tr///ansliteration
2001-05-09 Robin Houston Show string for PVOP, and referent for RV
2001-05-09 Robin Houston B::Deparse tester
2001-05-09 Benjamin Sugars Test offset when reading from a PerlIO::Scalar
2001-05-08 Robin Houston Document known bugs
2001-05-07 Robin Houston Give (?{...}) a taste of its own medicine
2001-05-07 Robin Houston undefined folded constants
2001-05-07 Robin Houston use Foo (sub {...});
2001-05-06 Robin Houston scoping
2001-05-04 Robin Barker long =item
2001-05-04 Jarkko Hietaniemi Encode/IO doc tweaks.
2001-05-03 Benjamin Sugars Allow clobbering of a PerlIO::Scalar and more tests
2001-05-03 Jarkko Hietaniemi Integrate perlio:
2001-05-03 Jarkko Hietaniemi Remove unused files; noted by Sarathy.
2001-05-03 Nick Ing-Simmons Allow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-Simmons Fix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-05-02 Dan Sugalski Multiplicity and thread fixes for VMS
2001-05-02 Benjamin Sugars Re: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-02 Jarkko Hietaniemi Additional note on the encoding example: one cannot
2001-05-02 Jarkko Hietaniemi Add an encoding conversion example.
2001-05-02 Jarkko Hietaniemi Another coat of paint but still nowhere finished.
2001-05-01 Benjamin Sugars Allow appending on a PerlIO::Scalar
2001-05-01 Benjamin Sugars Multiple consecutive writes on PerlIO::Scalar
2001-05-01 Robin Houston optimised sort
2001-05-01 Robin Houston for(;;), sort
2001-05-01 Robin Houston do, warn, use
2001-04-30 Robin Houston suppress warning
2001-04-30 John Holdsworth Allow a zero timeout on IO::Socket accept and connect--
2001-04-29 Abigail Doc fixes.
2001-04-28 Robin Houston non-block scopes
2001-04-27 Robin Houston Human-readable pragmas &c
2001-04-27 Jarkko Hietaniemi Add LOG_PERROR; prettify the "removed".
2001-04-26 Jarkko Hietaniemi Deparse nits.
2001-04-26 Robin Houston formats must be flush left
2001-04-26 Chris Bongaarts [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
next