2000-11-19 |
Nick Ing-Simmons | Add dummy crlf layer (just as buffer)
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | Work-round to Perl_deb_nocontext is no longer required
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | diff -se shows these as different
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | Configure GCC/Win32 build -Duseperlio
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | Special case :crlf and :raw in dummy PerlIO_apply_layers
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | Missing aTHX_
|
commit | commitdiff | tree |
2000-11-19 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-18 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-18 |
Nick Ing-Simmons | Lexical use open ... support:
|
commit | commitdiff | tree |
2000-11-18 |
Nick Ing-Simmons | Basic tweaks to do_open() type parsing to allow layer...
|
commit | commitdiff | tree |
2000-11-18 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-17 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-17 |
Nick Ing-Simmons | Experiment on use of attributes.pm interface.
|
commit | commitdiff | tree |
2000-11-16 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-16 |
Nick Ing-Simmons | Minor tweaks:
|
commit | commitdiff | tree |
2000-11-16 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-14 |
Nick Ing-Simmons | Integrate mainline.
|
commit | commitdiff | tree |
2000-11-14 |
Nick Ing-Simmons | PerlIO #include and #ifdef re-work.
|
commit | commitdiff | tree |
2000-11-13 |
Nick Ing-Simmons | Integrate mainline ...
|
commit | commitdiff | tree |
2000-11-12 |
Nick Ing-Simmons | Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
|
commit | commitdiff | tree |
2000-11-12 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-11 |
Nick Ing-Simmons | Fixup mmap layer by doing mmap() calls on pagesize...
|
commit | commitdiff | tree |
2000-11-10 |
Nick Ing-Simmons | Integrate mainline.
|
commit | commitdiff | tree |
2000-11-10 |
Nick Ing-Simmons | Re-instate stdio large file support via perlio.
|
commit | commitdiff | tree |
2000-11-09 |
Nick Ing-Simmons | Integrate mainline.
|
commit | commitdiff | tree |
2000-11-06 |
Nick Ing-Simmons | Remove debug. Try (Mmap_t) on madvise() call.
|
commit | commitdiff | tree |
2000-11-05 |
Nick Ing-Simmons | Added a mmap layer as a "subclass" of perlio.
|
commit | commitdiff | tree |
2000-11-05 |
Nick Ing-Simmons | Fix read from STDERR on raw unix layer for Solaris...
|
commit | commitdiff | tree |
2000-11-05 |
Nick Ing-Simmons | Fix case where ungetc(f,EOF) was allowed.
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | Integrate mainline
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | Integrate mainline again
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | Merge mainline
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | PerlIO infrastructure complete.
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | Type tweaks + less contorted allocation scheme
|
commit | commitdiff | tree |
2000-11-04 |
Nick Ing-Simmons | Fix for stdio as default "discipline" - PerlIO_init...
|
commit | commitdiff | tree |
2000-11-03 |
Nick Ing-Simmons | Implement stack of layers - (perlio.c _is_ derived...
|
commit | commitdiff | tree |
2000-10-30 |
Nick Ing-Simmons | Change files which are mysteriously different to mainline...
|
commit | commitdiff | tree |
2000-10-30 |
Nick Ing-Simmons | Perlio fixes discovered on big-endian & very traditional...
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | Integrate mainline to perlio
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | Integrate mainline to perlio branch
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | PerlIO passes all tests.
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | Include <unistd.h> to get correct lseek() prototype...
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | Fixed two bugs:
|
commit | commitdiff | tree |
2000-10-29 |
Nick Ing-Simmons | Prototype (stdio-like) PerlIO passing basic tests....
|
commit | commitdiff | tree |
2000-10-28 |
Nick Ing-Simmons | Fix for sv_2iv() on "shared" value from keys %hash.
|
commit | commitdiff | tree |
2000-10-21 |
Nick Ing-Simmons | Populate perlio branch
|
commit | commitdiff | tree |
2000-10-08 |
Nick Ing-Simmons | Tables assume network byte order for 16 bit forms,...
|
commit | commitdiff | tree |
2000-10-08 |
Nick Ing-Simmons | Make "encodings" work post-install when Encode/*.enc...
|
commit | commitdiff | tree |
2000-10-08 |
Nick Ing-Simmons | Work round the fact that $hash->{$key} does not take...
|
commit | commitdiff | tree |
2000-10-06 |
Nick Ing-Simmons | Fix in change 7162 was too-late for case where we ...
|
commit | commitdiff | tree |
2000-10-06 |
Nick Ing-Simmons | Make sv_upgrade() undo READONLY|FAKE shared string...
|
commit | commitdiff | tree |
2000-10-02 |
Nick Ing-Simmons | A few tweaks to get Tk803 to work with Encode scheme.
|
commit | commitdiff | tree |
2000-10-01 |
Nick Ing-Simmons | Add checking cases to Encode's toUnicode and fromUnicode.
|
commit | commitdiff | tree |
2000-10-01 |
Nick Ing-Simmons | Add encoding tables from tcl8.3.2 and perl code in...
|
commit | commitdiff | tree |
2000-09-30 |
Daniel Chetlin | Fix some recursion in overload.pm
|
commit | commitdiff | tree |
2000-09-30 |
Johan Vromans | [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
|
commit | commitdiff | tree |
2000-09-30 |
Spider Boardman | Re: [ID 20000915.010] Infinite loop with -MO=Deparse
|
commit | commitdiff | tree |
2000-09-30 |
Craig A. Berry | another VMS my_fwrite() fix for Storable
|
commit | commitdiff | tree |
2000-09-30 |
Spider Boardman | Re: unicode support and perl [ID 20000901.097]
|
commit | commitdiff | tree |
2000-09-30 |
Spider Boardman | Re: unicode support and perl [ID 20000901.097]
|
commit | commitdiff | tree |
2000-09-30 |
Gisle Aas | Re: Trapping by opmask sets strange parser state [PATCH]
|
commit | commitdiff | tree |
2000-09-30 |
Daniel Chetlin | Nits in perlmod.pod
|
commit | commitdiff | tree |
2000-09-30 |
Nick Ing-Simmons | Re-instate Perl_utf8_to_uv without checking parameter...
|
commit | commitdiff | tree |
2000-09-15 |
Spider Boardman | Multiplicity & ithreads fix for sv.c/Encode.xs
|
commit | commitdiff | tree |
2000-09-11 |
Vadim Konovalov | Modern Borland C now seems to have anon unions for...
|
commit | commitdiff | tree |
2000-09-11 |
Nick Ing-Simmons | Point fix for s/// on foreach (keys %xxx).
|
commit | commitdiff | tree |
2000-09-03 |
Nick Ing-Simmons | Hash lookup of constant strings optimization:
|
commit | commitdiff | tree |
2000-09-02 |
Nick Ing-Simmons | More %{} and other deref special casing - do not pass...
|
commit | commitdiff | tree |
2000-09-02 |
Nick Ing-Simmons | If overloaded %{} etc. return the object do not loop.
|
commit | commitdiff | tree |
2000-09-02 |
Nick Ing-Simmons | Undo part of change 6489 which looks like a bulk edit...
|
commit | commitdiff | tree |
2000-09-01 |
Nick Ing-Simmons | Document UNTIE. Also tweak implementation to suppress...
|
commit | commitdiff | tree |
1999-10-24 |
Nick Ing-Simmons | Integrate own changes to mainline.
|
commit | commitdiff | tree |
1999-10-24 |
Nick Ing-Simmons | Avoid creating GV with NULL name when vivifying nameless...
|
commit | commitdiff | tree |
1999-10-24 |
Nick Ing-Simmons | Follow that camel ... another sync.
|
commit | commitdiff | tree |
1999-10-23 |
Nick Ing-Simmons | Resolve mainline before possible hacking operertunity...
|
commit | commitdiff | tree |
1999-10-17 |
Nick Ing-Simmons | Pre-trip resolve
|
commit | commitdiff | tree |
1999-10-16 |
Nick Ing-Simmons | Resolve utfperl branch against mainline as of _62
|
commit | commitdiff | tree |
1999-10-02 |
Nick Ing-Simmons | Incremental merge of mainline
|
commit | commitdiff | tree |
1999-09-18 |
Nick Ing-Simmons | Re-integrate mainline
|
commit | commitdiff | tree |
1999-09-10 |
Nick Ing-Simmons | Get resolve -at mainline
|
commit | commitdiff | tree |
1999-08-14 |
Nick Ing-Simmons | New lightweight Carp has a require. If Carp is used...
|
commit | commitdiff | tree |
1999-08-12 |
Nick Ing-Simmons | Turn of deprecated warnings for defined(@Sompack::ISA...
|
commit | commitdiff | tree |
1999-08-08 |
Nick Ing-Simmons | Will now correctly re-call
|
commit | commitdiff | tree |
1999-08-07 |
Nick Ing-Simmons | Vishal Bhatia <vishalb@my-deja.com>
|
commit | commitdiff | tree |
1999-08-07 |
Nick Ing-Simmons | B::C changes to get simple Tk app. compiling again
|
commit | commitdiff | tree |
1999-05-15 |
Nick Ing-Simmons | Mingw32 + w32api-0.1.5 tweaks
|
commit | commitdiff | tree |
1999-05-14 |
Nick Ing-Simmons | Experimental "slab" allocator for ops.
|
commit | commitdiff | tree |
1999-05-13 |
Nick Ing-Simmons | valist vs va_list typo
|
commit | commitdiff | tree |
1999-05-08 |
Nick Ing-Simmons | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
|
commit | commitdiff | tree |
1999-05-08 |
Nick Ing-Simmons | Tweaks to open(my $fh,...) stuff
|
commit | commitdiff | tree |
1999-05-08 |
Nick Ing-Simmons | Bring SDBM_File.xs into line with new typemap
|
commit | commitdiff | tree |
1999-05-07 |
Nick Ing-Simmons | Implement open( my $fh, ...) and similar.
|
commit | commitdiff | tree |
1999-05-07 |
Nick Ing-Simmons | Correct SvLEN vs SvCUR which leads to odd "chunk"...
|
commit | commitdiff | tree |
1999-05-06 |
Nick Ing-Simmons | open(FH,undef) # creates new_tmpfile opened read/write
|
commit | commitdiff | tree |
1999-01-02 |
Nick Ing-Simmons | Tone down Makefile.PL so it works on Win32
|
commit | commitdiff | tree |
1999-01-02 |
Nick Ing-Simmons | Export constant subs from B.xs for op.h, cop.h and...
|
commit | commitdiff | tree |
1999-01-02 |
Nick Ing-Simmons | Integrate ext/B changes from //depot/cfgperl
|
commit | commitdiff | tree |
1998-12-20 |
Nick Ing-Simmons | Save _all_ GV's which have SV, AV or HV set.
|
commit | commitdiff | tree |
1998-12-10 |
Vishal Bhatia | 1. Fixes the bug reported by Robin Barker <rmb1@cise...
|
commit | commitdiff | tree |
1998-12-05 |
Nick Ing-Simmons | Avoid hard-coding op numbers
|
commit | commitdiff | tree |
next |