p5sagit/p5-mst-13.2.git
1998-10-30 Roderick Schertler patch for daemonization docs in perlipc
1998-10-30 Anton Berezin win32_opendir() fails on empty drives
1998-10-30 Anton Berezin tweaked version of suggested patch
1998-10-30 Vishal Bhatia hand-apply whitespace-mutiliated patch
1998-10-30 Gurusamy Sarathy remaining PL_foo stragglers
1998-10-30 Gurusamy Sarathy integrate cfgperl tweaks into mainline
1998-10-30 Jarkko Hietaniemi There can be multiple yacc/bison errors.
1998-10-30 Jarkko Hietaniemi README.posix-bc update.
1998-10-30 Jarkko Hietaniemi #2133 fallout.
1998-10-30 Jarkko Hietaniemi Integrate from mainperl.
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-29 Jarkko Hietaniemi Pure bison yylex() proto was broken.
1998-10-29 Jarkko Hietaniemi Integrate mainperl.
1998-10-29 Jarkko Hietaniemi EBCDIC Makefile.SH iteration converges. Hopefully.
1998-10-29 Jarkko Hietaniemi EBCDIC Makefile.SH tuneup.
1998-10-28 Gurusamy Sarathy remove doubled hunk from integration
1998-10-28 Ilya Zakharevich Minor debugger tweaks
1998-10-28 Ilya Zakharevich Make sort respect overloading
1998-10-28 Gurusamy Sarathy MM patches from Ilya Zakharevich
1998-10-28 Gurusamy Sarathy add explicit references to perl source path in ld2...
1998-10-28 Andy Dougherty Re: Problems with: Creating an installable tar archive
1998-10-28 Gurusamy Sarathy integrate cfgperl into mainline
1998-10-28 Gurusamy Sarathy minor cleanup
1998-10-28 Gurusamy Sarathy smarter C<$SIG{FOO} = BAREWORD;> warning
1998-10-28 Jarkko Hietaniemi posix-bc doesn't want to regenerate a2p.h from a2p.y.
1998-10-28 Jarkko Hietaniemi a2p.y needs to generate also y.tab.h.
1998-10-28 Jarkko Hietaniemi The "parse error" must be converted to "syntax error",
1998-10-28 Jarkko Hietaniemi Regen sig_n{ame,umber}* if slightest doubt.
1998-10-28 Jarkko Hietaniemi Bison says 'parse error', not 'parser error'.
1998-10-28 Jarkko Hietaniemi yylex() parametrization.
1998-10-28 Jarkko Hietaniemi Bring in #2102.
1998-10-28 Dominic Dunlop Re: perl5.004_04 testing problem
1998-10-27 Larry Wall utf8 change to quotemeta broke EBCDIC
1998-10-27 Jarkko Hietaniemi $Config{sig_num_init}.
1998-10-27 Jarkko Hietaniemi Regenerated perly_c.diff.
1998-10-27 Jarkko Hietaniemi First the mangler was Netscape, then it was me.
1998-10-27 Jarkko Hietaniemi `id -Gn` might be available where `groups` is not.
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
next