Tcl Source Code

View Ticket
Login
Ticket UUID: 701232
Title: BeOS port (bis)
Type: Patch Version: None
Submitter: nobody Created on: 2003-03-10 23:32:29
Subsystem: 52. Portability Support Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2008-03-27 09:20:34
Resolution: None Closed By: sf-robot
    Closed on: 2008-03-27 02:20:34
Description:
(damn SF, mozilla didn't send the file and Opera doesn't like https :-()
hopefully with an attachement this time.

this patch enables Tcl 8.4.1 to compile in BeOS (using the BONE networking stack)

Some comments:
- no support for multithreading (in BeOs pthread isn't finished, and native threads are way better anyway),
- some dumb folks decided that the gcc flag to make a .so was -nostart,
- SIGSEGV = SIGBUS in BeOS,
- we must ilnk to libbind and libsocket explicitely, because libnet constains legacy API that isn't compatible with network headers,
- some weird tty ioctls.

mmu_man,
revol AT free.fr
User Comments: sf-robot added on 2008-03-27 09:20:34:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

mdejong added on 2003-03-27 14:28:28:
Logged In: YES 
user_id=90858

I checked in the tcl.m4 changes with some slight modifications.
I am going to have to look at the C code changes more closely.

nobody added on 2003-03-11 06:32:30:

File Added - 44670: tcl8.4.1.patch.3.txt

Attachments: