summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* regen_headers.Jarkko Hietaniemi2001-11-231-0/+1
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-1/+0
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-191-2/+2
* 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
* ... and the proto to go with #12865.Jarkko Hietaniemi2001-11-061-0/+1
* Forgot new proto.Jarkko Hietaniemi2001-10-311-1/+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
* Rewrite sv_uni_display() as pv_uni_display() asJarkko Hietaniemi2001-10-241-0/+1
* 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/+1
* Add a new flag character 'm' to embed.pl set to representNick Ing-Simmons2001-10-201-6/+6
* 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
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-1/+1
* 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-1/+1
* Regen headers.Jarkko Hietaniemi2001-09-131-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-0/+1
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-0/+3
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-33/+0
* Removed tripple definitions of CUSTOM_OP functions.Artur Bergman2001-08-271-8/+0
* Regen headersArtur Bergman2001-08-271-0/+12
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-7/+7
* 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
* 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/+2
* Retract #11289.Jarkko Hietaniemi2001-07-121-2/+0
* (Retracted by #11289.)Jarkko Hietaniemi2001-07-121-0/+2
* 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
* Regen headers.Jarkko Hietaniemi2001-06-201-7/+7
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-1/+0
* No point in going into memory-saving contortionsJarkko Hietaniemi2001-06-201-1/+1
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1/+4
* Generated filesNick Ing-Simmons2001-06-151-0/+1
* Integrate mainlineNick Ing-Simmons2001-06-141-1/+4
* Small bcopy cleanupAndy Dougherty2001-06-131-1/+1
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-2/+2