summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* PATCH: correct confusing lie in {embed,autodoc}.plRobin Houston2002-06-161-1/+1
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-011-37/+1
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-16/+65
* Simon's new perlapi scheme, I hope I got all the pieces.Jarkko Hietaniemi2002-01-021-1559/+4
* One more iteration of the ibcmp_utf8() interface,Jarkko Hietaniemi2002-01-021-1/+1
* Make ibcmp_utf8() optionally progress in either string forJarkko Hietaniemi2002-01-021-1/+1
* Document the to_utf8_*() functions.Jarkko Hietaniemi2002-01-011-4/+4
* Integrate perlio:Jarkko Hietaniemi2001-12-291-1/+1
|\
| * Nicholas Clark's embed.pl fix for my_socketpairNick Ing-Simmons2001-12-291-1/+1
| * Integrate mainlineNick Ing-Simmons2001-12-271-1/+32
| |\ | |/ |/|
* | Re: Not OK 13881John Peacock2001-12-251-1/+1
* | Integrate perlio:Jarkko Hietaniemi2001-12-231-0/+28
|\ \ | |/
| * Put PerlIO stuff inside EXTERN CNick Ing-Simmons2001-12-221-1/+3
| * Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-221-0/+26
* | socketpair emulationNicholas Clark2001-12-231-0/+3
|/
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-1/+3
* Some bincompat clawbacks.Jarkko Hietaniemi2001-12-191-1/+4
* It could be possible for the case-insensitiveJarkko Hietaniemi2001-12-131-1/+1
* More UTF-8 API docs.Jarkko Hietaniemi2001-12-111-3/+3
* Re: attributes are brokenSpider Boardman2001-12-091-3/+4
* Make sharepvn a macro since all it does is a deref.Jarkko Hietaniemi2001-12-031-1/+0
* More forgotten checkins.Jarkko Hietaniemi2001-11-301-0/+1
* Make to Unicode character functions to use UVsJarkko Hietaniemi2001-11-301-31/+31
* Fix for "a\x{100}" =~ /A/i.Jarkko Hietaniemi2001-11-281-0/+1
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-1/+1
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-191-3/+3
* runtime runops switchIlya Zakharevich2001-11-161-3/+1
* v-strings as Objects Step 1John Peacock2001-11-151-0/+1
* -s on #! line Rafael Garcia-Suarez2001-11-081-0/+1
* making do_sprintf public Doug MacEachern2001-11-071-1/+1
* Add documentation.Jarkko Hietaniemi2001-11-021-1/+1
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+1
* Make sv_recode_to_utf8() a real API: the encodingJarkko Hietaniemi2001-10-311-1/+1
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-0/+1
* Since pv_uni_display and sv_uni_display are now usedJarkko Hietaniemi2001-10-251-2/+2
* Rewrite sv_uni_display() as pv_uni_display() asJarkko Hietaniemi2001-10-241-0/+2
* sv_uni_display(): do not add the "...", let the callerJarkko Hietaniemi2001-10-231-1/+1
* Implement multicharacter case mappings where a singleJarkko Hietaniemi2001-10-211-0/+2
* Add a new flag character 'm' to embed.pl set to representNick Ing-Simmons2001-10-201-10/+14
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-9/+9
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-9/+6
* Retract the #12259 for now.Jarkko Hietaniemi2001-09-301-10/+7
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-1/+1
* Re: macro redefinitions on Win32 (was Re: Question about PERLIO)Nicholas Clark2001-09-281-7/+10
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-1/+2
* Do what perl_clone() does for sharedsv functions.Abhijit Menon-Sen2001-09-221-1/+1
* More cleanups. (What's PERL_DECL_PROT?)Abhijit Menon-Sen2001-09-221-6/+6
* Retract #12013, didn't go over too well in Tru64.Jarkko Hietaniemi2001-09-141-10/+7
* (Retracted by #12015)Nicholas Clark2001-09-141-7/+10
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-2/+2