p5sagit/p5-mst-13.2.git
1998-10-27 Jarkko Hietaniemi Netscape had mangled the tabs.
1998-10-27 Neale Ferguson ATTR_JOINABLE logic, based on (private email)
1998-10-27 Brian Harrison Mach cthreads support based on:
1998-10-26 Jarkko Hietaniemi Also posix-bc wants to reyacc.
1998-10-26 Jarkko Hietaniemi Removed !(*s ...
1998-10-26 Jarkko Hietaniemi More robustness.
1998-10-26 Jarkko Hietaniemi s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-26 Jarkko Hietaniemi s/YYLEX_PARAM/YYLEXPARAM/
1998-10-26 Jarkko Hietaniemi Indicate skipped subtests.
1998-10-26 Jarkko Hietaniemi Integrate from mainperl.
1998-10-26 Jarkko Hietaniemi Add test for filetests.
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-26 Gurusamy Sarathy sanity-check $Config{drand01} in rand.t
1998-10-25 Gurusamy Sarathy update win32/config*.?c
1998-10-25 Graham Barr Re: die with a reference should use overload "" operator
1998-10-25 Graham Barr Re: Auto-incrementing tied scalar causes SEGV
1998-10-25 Gurusamy Sarathy fix C<print $n += 5;> etc.
1998-10-25 Jarkko Hietaniemi list builtins with portability caveats
1998-10-25 Gurusamy Sarathy fix stack overrun in file test operators
1998-10-25 Vishal Bhatia implement C<goto ...
1998-10-25 Graham Barr Re: taint checking for: use lib "$ENV{'EVIL'}"
1998-10-25 Gurusamy Sarathy avoid bogus line number in XSUB redefined warnings
1998-10-25 Martijn Koster File::Path::mkpath reports the wrong error
1998-10-25 Zachary Miller Exporter.pm's export_to_level() argument handling buggy
1998-10-25 Jan Dubois Make _really_ sure Dynaloader.xs code is initialized...
1998-10-25 Jan Dubois recognize '%' as a shell metachar for win32
1998-10-25 Gurusamy Sarathy remove FAST_SV_GETS remnant (as suggested by Gisle...
1998-10-25 Gisle Aas ord() and unpack("U*",...) should not be negative
1998-10-25 Ilya Zakharevich Improve sbrk() on OS/2
1998-10-25 Ilya Zakharevich Speed up aassign
1998-10-25 Graham Barr Re: '*' prototype does not allow bareword with strict
1998-10-25 Graham Barr handle '::' in section names properly
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathy allow more win32 symbol exports (suggested by Jan Dubois)
1998-10-25 Gurusamy Sarathy integrate change#2053 from maint-5.005
1998-10-25 Jarkko Hietaniemi commented version of a patch suggested by Drago Goricanec
1998-10-25 Anton Berezin include eof() in description of buffering caveats
1998-10-25 Gisle Aas disallow 'x' in hex numbers (except leading '0x')
1998-10-25 Gurusamy Sarathy avoid the circular refcnt logic in magic_mutexfree()
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-10-25 Gurusamy Sarathy integrate cfgperl changes back into mainline
1998-10-25 Gurusamy Sarathy avoid "mysterious" compile-time failures without messages
1998-10-23 Larry Wall chr(0xFFFFFFFF) didn't translate to utf8 character
1998-10-23 Larry Wall tr///d does not seem to work
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-23 Jarkko Hietaniemi Test suite portability:
1998-10-23 Jarkko Hietaniemi yacc clarification.
1998-10-23 Jarkko Hietaniemi Some C compilers get upset about 8-bit characters in...
1998-10-22 Jarkko Hietaniemi Configure update: both for pthread_yield more robust
1998-10-22 Jarkko Hietaniemi DJGPP feedback for #2028.
1998-10-21 Jarkko Hietaniemi yielding, the saga continues.
1998-10-21 Jarkko Hietaniemi VM/ESA feedback for #2028.
1998-10-21 Gurusamy Sarathy fix handling of mayhaps-extended @_ in goto &sub
1998-10-21 Gurusamy Sarathy restore sanity to "constant" references
1998-10-20 Jarkko Hietaniemi OLD_PTHREADS_API reorganizing.
1998-10-20 Jarkko Hietaniemi #2026 fallout.
1998-10-20 Jarkko Hietaniemi VM/ESA update.
1998-10-20 Scott Henry 64-bitness, based on
1998-10-20 Jarkko Hietaniemi Add lseeksize.
1998-10-20 Jarkko Hietaniemi Mumble about _yields() only when threaded.
1998-10-20 Jarkko Hietaniemi Thinko at PTHREADS_CREATED_JOINABLE.
1998-10-19 Jarkko Hietaniemi YIELD more robustly.
1998-10-19 Jarkko Hietaniemi VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
1998-10-19 Jarkko Hietaniemi vmesaish.h doesn't exclude unixish.h.
1998-10-19 Jarkko Hietaniemi 1<<$randbits is not good for randbits=48.
1998-10-19 Jarkko Hietaniemi Make #2012 glob pattern more portable.
1998-10-17 Jarkko Hietaniemi clean numbered core dumps and t/tmp[0-9]*.
1998-10-17 Jarkko Hietaniemi More robust yacc/bison failure output handling.
1998-10-17 Jarkko Hietaniemi BC2000 POSIX update.
1998-10-17 Thomas Dorner POSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko Hietaniemi VM/ESA-update.
1998-10-17 Jarkko Hietaniemi Forgot few S_I* imports.
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Jarkko Hietaniemi Removed an extra ' from the int64_t test.
1998-10-17 Gurusamy Sarathy silence -w noises (suggested by Greg Bacon)
1998-10-17 Gisle Aas Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
1998-10-17 Gisle Aas Core dump from "Missing right brace on \x{}"
1998-10-17 Gisle Aas utf8 substr can access memory outside PVX buffer
1998-10-17 Hans Mulder Doc patch to VMS::Stdio module
1998-10-17 Gurusamy Sarathy skip readonly vars and unref references when doing...
1998-10-17 Gisle Aas fix buggy treatment of large checksums on unicode strings
1998-10-17 Ilya Zakharevich Memory overrun in os2.c
1998-10-17 Gurusamy Sarathy clarify section name rules for typemaps
1998-10-17 Gurusamy Sarathy whitespace-proof grent.t
1998-10-17 Vishal Bhatia fix bug in B::CC::pp_sassign()
1998-10-17 Gisle Aas applied suggested patch with small doc tweak
1998-10-17 Jan Dubois apply non-conflicting parts from suggested patch
1998-10-17 Gurusamy Sarathy provide option to enable optimization with VC (suggeste...
1998-10-17 Gurusamy Sarathy Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h ...
1998-10-17 Gurusamy Sarathy stray typo found by Hugo van der Sanden
1998-10-17 Daniel Grisinger perldoc pod update
1998-10-17 Gurusamy Sarathy qualify names of builtins
1998-10-16 Gurusamy Sarathy integrate cfgperl mods into mainline
1998-10-16 Gurusamy Sarathy stray tweak
1998-10-15 Gurusamy Sarathy propagate typeness of lexicals while cloning them
1998-10-15 Gurusamy Sarathy s/last/first/ typo in append_list()
1998-10-15 Jarkko Hietaniemi Test #162 had been added but the "print 1..161" had...
1998-10-15 Gurusamy Sarathy check in all confperl changes as of change#1964 into...
1998-10-15 Gurusamy Sarathy integrate mainline to get tr.t
next