Tcl Source Code

View Ticket
Login
Ticket UUID: 721794
Title: Makes current CVS compile under djgpp (patch included)
Type: Patch Version: None
Submitter: nobody Created on: 2003-04-15 13:18:11
Subsystem: 95. contrib ports Assigned To: davygrvy
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-12-16 09:21:23
Resolution: Fixed Closed By: davygrvy
    Closed on: 2003-12-16 02:21:23
Description:
This patch fixes some problems encountered when compiling
current Tcl CVS HEAD under djgpp (crosscompilation
envirionment)
(mostly in tclLoadDxe.c and missing socklen_t)

Also allows it to deal with DOS-style filenames in most
commands.
(by setting tclPlatform to TCL_PLATFORM_WINDOWS)

Provided barebones nl_langinfo implementation which
allows to get
current codepage from DOS
(files langinfo.c and langinfo.h)

DOS-specific features like file volumes and file
attributes are not implemented yet, because DJGPP
requires different implementation
than Win32.

Victor Wagner <[email protected]>
User Comments: davygrvy added on 2003-12-16 09:21:23:
Logged In: YES 
user_id=7549

Is this fixed?

davygrvy added on 2003-11-19 06:31:16:
Logged In: YES 
user_id=7549

merged in.

nobody added on 2003-04-15 20:18:12:

File Added - 47832: djgpp.diff.gz

Attachments: