summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [ID 20010810.011] 'use v2b' not allowed with strictRafael Garcia-Suarez2001-09-091-1/+1
* Re: [ID 20010825.006] -DCRIPPLED_CC is brokenNicholas Clark2001-09-051-6/+7
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-3/+6
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-329/+36
* Removed tripple definitions of CUSTOM_OP functions.Artur Bergman2001-08-271-8/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-16/+16
* Custom OpsSimon Cozens2001-08-271-0/+12
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-1/+1
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+11
* Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.plGurusamy Sarathy2001-08-071-4/+0
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-0/+3
* Perl_re_dup()Abhijit Menon-Sen2001-07-121-1/+1
* More accurate line numbers in messagesPaul Johnson2001-07-121-0/+1
* Retract #11289.Jarkko Hietaniemi2001-07-121-2/+0
* (Retracted by #11289.)Jarkko Hietaniemi2001-07-121-0/+2
* blead kit timestamps && the problem with running perl embed.plPeter Prymmer2001-07-111-7/+8
* Simplify yytoke()Simon Cozens2001-07-081-0/+1
* fix the binary compatibility issue when building with/withoutGurusamy Sarathy2001-07-051-1/+1
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-1/+1
* Enclose the new symbols in START_EXTERN_C and END_EXTERN_CJarkko Hietaniemi2001-06-251-0/+6
* Retract the #10417 mg.c and embed.pl parts because ofJarkko Hietaniemi2001-06-211-2/+2
* Fixes case of CvDEPTH for perl_cloneArtur Bergman2001-06-201-7/+7
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-1/+0
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-1/+1
* Re: [PATCH 5.7.1] sv.c documentationDave Mitchell2001-06-181-8/+8
* sv.c documentationDave Mitchell2001-06-181-34/+33
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1/+4
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-0/+1
* Integrate mainlineNick Ing-Simmons2001-06-141-1/+4