Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch activestate-nre-excised-variant-1-roll-forward Through [cd8584fecb] Excluding Merge-Ins
This is equivalent to a diff from 870874a4ee to cd8584fecb
|
2010-11-17
| ||
| 15:31 | Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:58 | Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:38 | A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:24 | Move the documentation changes of the 8.6 trunk forward on the no-NRE branch. Except for info.n and ... check-in: 383e0386ae user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2008-07-13
| ||
| 09:03 | NRE implementation [Patch 2017110] check-in: a646e4c362 user: msofer tags: trunk | |
|
2008-07-11
| ||
| 14:41 | Minor updates for better readability. check-in: 870874a4ee user: dkf tags: trunk | |
|
2008-07-09
| ||
| 14:41 | add a vqtcl entry check-in: 1c90799316 user: patthoyts tags: trunk | |
Changes to README.
1 | 1 2 3 4 5 6 7 8 9 | - + | README: Tcl |
| ︙ |
Changes to compat/dirent2.h.
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - - + - | * * RCS: @(#) $Id: dirent2.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #ifndef _DIRENT #define _DIRENT |
| ︙ | |||
48 49 50 51 52 53 54 | 46 47 48 49 50 51 52 53 54 55 56 57 | - - - + + + |
char dd_buf[DIRBLKSIZ];
} DIR;
/*
* Procedures defined for reading directories:
*/
|
Changes to compat/dlfcn.h.
| 1 2 3 4 5 6 7 8 | - + |
|
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - - + - - - + + - - - - + + + + | * This is an unpublished work copyright (c) 1992 HELIOS Software GmbH * 30159 Hannover, Germany */ #ifndef __dlfcn_h__ #define __dlfcn_h__ |
Added compat/fake-rfc2553.c.