p5sagit/p5-mst-13.2.git
2003-03-16 Jarkko Hietaniemi getservbyname_r() kaputt in OpenBSD (might get fixed
2003-03-16 Jarkko Hietaniemi Stay within known facts: what platforms the skippage...
2003-03-16 Jarkko Hietaniemi This seems to fix (well, dodge) the problems in FreeBSD for
2003-03-16 Jarkko Hietaniemi IRIX ls -l marks sockets with 'S'.
2003-03-16 Jarkko Hietaniemi Turn on UTF-8 flag only if the $str is valid utf8
2003-03-16 Jarkko Hietaniemi Signedness nits.
2003-03-16 Jarkko Hietaniemi Fix for [perl #21479] Term::ReadLine(::Stub) doesn...
2003-03-16 Jarkko Hietaniemi Pod fix from Philip Newton.
2003-03-16 Jarkko Hietaniemi Further potential pitfalls for the utf8 len/pos cache
2003-03-16 Jarkko Hietaniemi Make the :bytes conditional on PerlIO.
2003-03-15 Jarkko Hietaniemi Needs PerlIO for :bytes.
2003-03-14 Adrian M. Enache Re: [fix] [perl #21575] Bug with print( followed by...
2003-03-14 Rafael Garcia... Time::HiRes is a core module
2003-03-14 Stas Bekman [patch ext/B/typemap] STRLEN T_UV
2003-03-14 Jarkko Hietaniemi Better pass in the $self for a method.
2003-03-14 Jarkko Hietaniemi Cleanup the File::Spec tmpdir() implementations:
2003-03-14 Jarkko Hietaniemi whichsig() really does return -1 for unknown signals.
2003-03-14 Jarkko Hietaniemi Rework the @Config{/sig.*/} tests.
2003-03-14 Craig A. Berry configure.com: sig_num, etc.
2003-03-14 Jarkko Hietaniemi Make whichsig() to work also if some system defines
2003-03-14 Jarkko Hietaniemi Since Configure does the signal name/number probe with awk
2003-03-14 Jarkko Hietaniemi Signal issues.
2003-03-14 Jarkko Hietaniemi Hopefully this works also in Win32.
2003-03-14 Craig A. Berry Perldoc.pm tweak for VMS
2003-03-14 Gurusamy Sarathy fix for switchC.t test#6 failure on windows
2003-03-14 Gurusamy Sarathy Config.t wasn't getting the sig_num and sig_size relati...
2003-03-14 Gurusamy Sarathy another fix for failing test on windows ("use encoding...
2003-03-14 Gurusamy Sarathy fix CJKT.t failures on windows due to incorrect binmode()
2003-03-13 Rafael Garcia... Skip the last test of Config.t on HP-UX.
2003-03-13 Kurt Starsinic [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum...
2003-03-13 Craig A. Berry checking for magic in hv.c and ext/POSIX/POSIX.xs
2003-03-13 Jarkko Hietaniemi Some more stdlib.h inclusions and change the gccversion
2003-03-12 Rafael Garcia... Trims slashes from the argument to rmdir(), likewise
2003-03-12 Jarkko Hietaniemi VOS nit from Paul Green.
2003-03-12 Jarkko Hietaniemi File::Spec: Do not fall back to '', use curdir instead.
2003-03-12 Jarkko Hietaniemi File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
2003-03-12 Jarkko Hietaniemi Another finding by IRIX cc: non-void function
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-12 Jarkko Hietaniemi Cygwin doesn't like initing the $0 mutex in perl_constr...
2003-03-12 Jarkko Hietaniemi Ouch. Missed one more, the void flags check (and exit...
2003-03-12 Jarkko Hietaniemi Tell how to possibly dodge 'Out of memory' errors.
2003-03-11 Jarkko Hietaniemi WinCE tweaks from Vadim Konovalov.
2003-03-11 Jarkko Hietaniemi Missed one.
2003-03-11 Jarkko Hietaniemi Single vs doublequoted context is important...
2003-03-11 Jarkko Hietaniemi """glob.*""" patch for VMS, from Peter Prymmer.
2003-03-11 Rafael Garcia... Questionable construct.
2003-03-11 Jarkko Hietaniemi Better setmode() prototype for cygwin.
2003-03-11 Jarkko Hietaniemi Solaris cc wants prototype for exit(), so <stdlib.h...
2003-03-11 Jarkko Hietaniemi The 0, in the assert_not_ROK() makes IRIX cc to worry
2003-03-11 Jarkko Hietaniemi Uid_t and Gid_t can easily be shorts and one cannot
2003-03-11 Norton T. Allen io_sock.t
2003-03-11 Jarkko Hietaniemi Get rid of one Cygwin warning by introducing a prototype
2003-03-11 Jarkko Hietaniemi Upgrade to Time-HiRes 1.43.
2003-03-11 Jarkko Hietaniemi Be more lax about the out of memory error message.
2003-03-11 Jarkko Hietaniemi Try to handle hitting the heap/data limit in small...
2003-03-11 Hugo van der... typo for utf8locale in #18907
2003-03-11 Craig A. Berry clear PL_exitlist in perl_destruct
2003-03-11 Jarkko Hietaniemi Upgrade to cperl-mode 5.0, from IlyaZ.
2003-03-11 Jarkko Hietaniemi Missed some, cryptically.
2003-03-11 Jarkko Hietaniemi Add missing intrpvar clonings to perl_clone.
2003-03-11 Jarkko Hietaniemi Add reminders to intrpvar.h about perl_clone(), as...
2003-03-11 Stas Bekman [patch] PL_taint_warn falls between chairs in perl_clone()
2003-03-11 Todd C. Miller typos and other minor things
2003-03-11 Jarkko Hietaniemi A rejected hunk of #18902 reapplied.
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-03-10 Rafael Garcia... Integrate (by hand) change #18386 from maint-5.8
2003-03-10 Jarkko Hietaniemi VMS has an extra \n at the end, and I assume Windows...
2003-03-10 Rafael Garcia... A new test, to check that signal numbers are actually...
2003-03-10 Yitzchak Scott... Re: odd (or not so odd?) segmentation fault in 5.8.0
2003-03-10 Nicholas Clark Re: [perl #21505] 5.8.0 lib/Config test failure due...
2003-03-10 Jarkko Hietaniemi Integrate from maint:
2003-03-10 Jarkko Hietaniemi Comment fix.
2003-03-10 Jarkko Hietaniemi Remove the foo-old files.
2003-03-10 Chip Turner Re: Shared libperl.so and build issues
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-03-09 Jarkko Hietaniemi Must not hide the protos, though.
2003-03-09 Jarkko Hietaniemi I hate embed*. Tell me what you know.
2003-03-09 Jarkko Hietaniemi Upgrade to Encode 1.91.
2003-03-09 Jarkko Hietaniemi Export the symbols from #18863; do not prototype (but...
2003-03-09 Jarkko Hietaniemi Upgrade to Encode 1.90 (plus the one extra use lib...
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: DATA wasn't properly utf8ed
2003-03-09 Jarkko Hietaniemi Tru64: additional instructions for building a newer...
2003-03-09 Jarkko Hietaniemi At Sarathy's request restore the bin5005compat Perl_foo...
2003-03-09 Rafael Garcia... ... and add a test case for bug #20798
2003-03-09 Adrian M. Enache Re: [perl #21498] printf behaviour changes 5.6.1(and...
2003-03-09 Adrian M. Enache Re: [perl #20798] foo(eval {}) crashes Perl 5.8
2003-03-09 Rafael Garcia... Adjust test count.
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: re_intuit_start set a value to
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: the UTF-8 length cache wasn't
2003-03-08 Rafael Garcia... Add a B::COP::io() method, to return the cop_io field...
2003-03-08 Richard Foley to explain new [<>{] behaviour - attached
2003-03-08 Jarkko Hietaniemi Enache Adrian reads comments.
2003-03-08 Richard Soderberg Re: [perl #20551] Documentation error for IO::Select
2003-03-08 Craig A. Berry long %ENV values for VMS
2003-03-08 Jarkko Hietaniemi regen_headers tiny tidying:
2003-03-07 Jarkko Hietaniemi Give pointers to runtime Unicode changes.
2003-03-07 Jarkko Hietaniemi Extra character noticed by Tels.
2003-03-07 Kay Roepke FreeBSD 5.0 gethostbyaddr_r hints update
2003-03-07 Jarkko Hietaniemi Define the Perl_pp_i_modulo_1() only iff we have glibc.
next