Modified README.bs2000
[p5sagit/p5-mst-13.2.git] / embed.pl
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-02-22 Peter Prymmer [patch: perl@8867] embed.{h|pl} need not mention ebcdic...
2001-02-21 Jarkko Hietaniemi Put back the #8840, it was innocent.
2001-02-20 Jarkko Hietaniemi Retract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern [patch] add sv_setref_uv
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-13 Jarkko Hietaniemi Merge ebcdic.c (only one function, ebcdic_control(...
2001-02-10 Doug MacEachern [patch] GvSHARED
2001-02-09 Andy Dougherty Re: [PATCH embed.pl] Forgot to add ./lib to @INC for...
2001-02-08 Charles Bailey SYN SYN
2001-02-08 Doug MacEachern Re: [patch] Re: PL_ptr_table
2001-02-01 Jarkko Hietaniemi Integrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-27 Simon Cozens Re: Announce : Tokener reporting patch
2001-01-24 Charles Bailey SYN SYN
2001-01-23 Roca, Ignasi RE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-21 Nick Ing-Simmons Integrate mainline.
2001-01-20 Jarkko Hietaniemi Forgot the expect_number() prototype.
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-16 Nick Ing-Simmons Provide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-16 Simon Cozens Re: API Cleanup
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Nick Ing-Simmons Fix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Ilya Zakharevich speeding up object creation/destruction 4x times
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-13 Jarkko Hietaniemi Move the proto of start_glob() to a better place; regen...
2000-12-13 Nicholas Clark move startglob out of pp_hot.c
2000-12-09 Inaba Hiroto Additional patch for UTF8-keys (Re: perl@8016)
2000-12-07 Jarkko Hietaniemi Document utf8_length(), utf8_distance(), and utf8_hop().
2000-12-05 Ilya Zakharevich Re: [PATCH] The largest hoax of all times?
2000-12-04 Jarkko Hietaniemi UTF-8 hash keys, patch from Inaba Hiroto.
2000-11-26 Jarkko Hietaniemi Make utf8_length() and utf8_distance() (the latter...
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-25 Jens Hamisch Undo the SOCKS workarounds, instead start using PerlIO
2000-11-23 Jarkko Hietaniemi SOCKS wrestling continues, patches from Jens Hamisch.
2000-11-22 Jarkko Hietaniemi More SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-21 Jarkko Hietaniemi Export the SOCKS workaround symbols only if necessary.
2000-11-20 Jarkko Hietaniemi Add a workaround to SOCKS 64-bit problems.
2000-11-18 Jarkko Hietaniemi Introduce Perl_utf8_length(). Use it.
2000-11-18 Ilya Zakharevich [PATCH 5.7.0] make regcomp reenterable
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Vadim Konovalov Locales support (setlocale) fixes
2000-10-28 Jarkko Hietaniemi The reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-25 Jarkko Hietaniemi Allow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko Hietaniemi Missed the header file changes from #7425.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-10-20 Roca, Ignasi Make scan_num() reëntrant, as suggested in
2000-10-20 Roca, Ignasi Reëntrancy fix.
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Robin Barker Retract #7091 as suggested in
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Part of #7081 didn't come through.
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-09-01 Mike Guy Fix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-15 Gurusamy Sarathy magic callbacks all need to have same type signature
2000-08-15 Jarkko Hietaniemi magic_regdatum_set() is void, not int.
2000-08-14 Mike Guy Re: [PATCH] @+, @- readonly
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-31 Jarkko Hietaniemi The swallow_bom() saga continues. The #23 of require.t
2000-07-25 Simon Cozens av.c apidoc
2000-07-15 Jarkko Hietaniemi More docs for sv functions.
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-14 Gurusamy Sarathy enable UTF-16 filter by default if relevant BOM is...
2000-07-14 Jarkko Hietaniemi Fix the BOM bug: not a byteorder bug, a signedness...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6224..6229 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6220..6222 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6174..6203 into mainline...
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachern xsub attributes
2000-06-29 Jarkko Hietaniemi Regen headers for #6261 (and update embed.pl for this...
2000-06-29 Doug MacEachern Re: [PATCH] Re: Speeding up method lookups
2000-06-28 Simon Cozens tr///, help wanted.
2000-06-28 Doug MacEachern Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 Simon Cozens is_utf8_string
next