Tcl Source Code

View Ticket
Login
Ticket UUID: 926500
Title: TCL_REG_BOSONLY
Type: Bug Version: obsolete: 8.5a2
Submitter: dgp Created on: 2004-03-31 07:33:40
Subsystem: 43. Regexp Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2006-11-23 02:43:30
Resolution: Fixed Closed By: dgp
    Closed on: 2006-11-22 19:43:30
Description:
Lines 528-534 of tcl.h:

/*
 * The following flag is experimental and only intended
for use by Expect.  It
 * will probably go away in a later release.
 */
#define TCL_REG_BOSONLY         002000  /* prepend \A
to pattern so it only
                                         * matches at
the beginning of the
                                         * string. */


It appears that Expect already accesses
tclInt.h several times over.  Couldn't this
experimental flag be moved into
tclInt.h with no harm to Expect, and less
visibility to other code that must
include tcl.h ?
User Comments: dgp added on 2006-11-23 02:43:30:
Logged In: YES 
user_id=80530
Originator: YES


Patch applied.

dgp added on 2006-11-23 02:40:23:

File Deleted - 100902:

dgp added on 2006-11-23 02:40:22:

File Added - 204040: 926500.patch

Logged In: YES 
user_id=80530
Originator: YES

patch updated for HEAD.

dgp added on 2004-09-09 22:53:38:

File Added - 100902: boson.patch

Logged In: YES 
user_id=80530


Attached patch performs the shift
from tcl.h -> tclInt.h.

Attachments: