Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the flags of pv_uni_display(). | Jarkko Hietaniemi | 2002-01-07 | 1 | -3/+12 |
* | Simon's new perlapi scheme, I hope I got all the pieces. | Jarkko Hietaniemi | 2002-01-02 | 1 | -1065/+1229 |
* | One more iteration of the ibcmp_utf8() interface, | Jarkko Hietaniemi | 2002-01-02 | 1 | -7/+14 |
* | Make ibcmp_utf8() optionally progress in either string for | Jarkko Hietaniemi | 2002-01-02 | 1 | -1/+6 |
* | Document the to_utf8_*() functions. | Jarkko Hietaniemi | 2002-01-01 | 1 | -0/+64 |
* | Regen files. | Jarkko Hietaniemi | 2001-12-30 | 1 | -19/+19 |
* | Pod whitespace cleanup, round 0. | coral@eekeek.org | 2001-12-29 | 1 | -2/+2 |
* | Nicholas Clark's embed.pl fix for my_socketpair | Nick Ing-Simmons | 2001-12-29 | 1 | -19/+19 |
* | Re: Not OK 13881 | John Peacock | 2001-12-25 | 1 | -19/+39 |
* | Add at least the "important" PerlIO_xxxx functions to embed.pl | Nick Ing-Simmons | 2001-12-22 | 1 | -16/+16 |
* | Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | Jarkko Hietaniemi | 2001-12-21 | 1 | -4/+12 |
* | It could be possible for the case-insensitive | Jarkko Hietaniemi | 2001-12-13 | 1 | -3/+2 |
* | More UTF-8 API docs. | Jarkko Hietaniemi | 2001-12-11 | 1 | -19/+62 |
* | Regen perlapi, regen toc. | Jarkko Hietaniemi | 2001-12-08 | 1 | -1/+1 |
* | regen_headers. | Jarkko Hietaniemi | 2001-11-23 | 1 | -8/+19 |
* | Forgotten check-in. | Jarkko Hietaniemi | 2001-11-23 | 1 | -19/+8 |
* | The runops_dbg should not be needed. | Jarkko Hietaniemi | 2001-11-19 | 1 | -19/+19 |
* | embed.pl generated changes I forgot to include | Nick Ing-Simmons | 2001-11-18 | 1 | -19/+19 |
* | runtime runops switch | Ilya Zakharevich | 2001-11-16 | 1 | -1/+1 |
* | [PATCH] Doc spellcheck + podcheck | Abhijit Menon-Sen | 2001-11-16 | 1 | -1/+0 |
* | v-strings as Objects Step 1 | John Peacock | 2001-11-15 | 1 | -20/+38 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -10/+10 |
* | Add documentation. | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+25 |
* | More documentation for the encode pragma. | Jarkko Hietaniemi | 2001-10-31 | 1 | -4/+4 |
* | Make sv_recode_to_utf8() a real API: the encoding | Jarkko Hietaniemi | 2001-10-31 | 1 | -6/+10 |
* | Enable -Mencoding=foobar also for string literals. | Jarkko Hietaniemi | 2001-10-31 | 1 | -41/+55 |
* | Regen perlapi, perltoc. | Jarkko Hietaniemi | 2001-10-28 | 1 | -15/+15 |
* | Integrate from perlio; restructuring. | Jarkko Hietaniemi | 2001-10-21 | 1 | -34/+34 |
|\ | |||||
| * | PerlIO layer table as PL_perlio (per-interpreter) | Nick Ing-Simmons | 2001-10-21 | 1 | -20/+20 |
|/ | |||||
* | Add a new flag character 'm' to embed.pl set to represent | Nick Ing-Simmons | 2001-10-20 | 1 | -26/+26 |
* | try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems | Charles Lane | 2001-10-18 | 1 | -22/+22 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -24/+24 |
* | sortsv not in place anymore, noticed by John P. Linderman. | Jarkko Hietaniemi | 2001-10-01 | 1 | -1/+1 |
* | Patch to put qsortsv in the public API | Brian Ingerson | 2001-09-30 | 1 | -22/+34 |
* | Regen headers. | Jarkko Hietaniemi | 2001-09-13 | 1 | -4/+6 |
* | Re: [ID 20010825.006] -DCRIPPLED_CC is broken | Nicholas Clark | 2001-09-05 | 1 | -15/+100 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -1/+1 |
* | [PATHC] sharedsv.[c|h] | Jarkko Hietaniemi | 2001-08-13 | 1 | -18/+82 |
* | Regen perlapi. | Jarkko Hietaniemi | 2001-07-31 | 1 | -7/+10 |
* | Use reentrant API glibc | Artur Bergman | 2001-07-12 | 1 | -33/+33 |
* | Threadsafe PMOPs! We might still win this war. | Artur Bergman | 2001-07-11 | 1 | -33/+33 |
* | Simplify yytoke() | Simon Cozens | 2001-07-08 | 1 | -19/+19 |
* | Regen api and toc. | Jarkko Hietaniemi | 2001-07-02 | 1 | -30/+30 |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -39/+39 |
* | Regen perlapi. | Jarkko Hietaniemi | 2001-06-23 | 1 | -2/+14 |
* | Re: [PATCH 5.7.1] sv.c documentation | Radu Greab | 2001-06-21 | 1 | -4/+4 |
* | Regen headers. | Jarkko Hietaniemi | 2001-06-20 | 1 | -32/+23 |
* | Re: [PATCH 5.7.1] sv.c documentation | Dave Mitchell | 2001-06-18 | 1 | -23/+105 |
* | sv.c documentation | Dave Mitchell | 2001-06-18 | 1 | -72/+602 |
* | splitting util.c | Hugo van der Sanden | 2001-06-13 | 1 | -2/+2 |