Tcl package Thread source code

Changes On Branch bug-3424948
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch bug-3424948 Excluding Merge-Ins

This is equivalent to a diff from 40b0e54239 to dc9a0c8672

2011-11-29
14:11
Proper link fix by adding missing #includes for sake of old compilers check-in: b7d0a6e8b9 user: dgp tags: trunk
13:49
Minimum changes to restore broken link. Closed-Leaf check-in: dc9a0c8672 user: dgp tags: trunk, bug-3424948
2011-11-24
19:43
Only export Thread_Init(), nothing more check-in: 40b0e54239 user: jan.nijtmans tags: trunk
2011-11-21
06:15
Merge resource leak and crash fixes. check-in: de0634986d user: mistachkin tags: trunk

Changes to generic/tclThread.h.

54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

EXTERN int Thread_Init       _ANSI_ARGS_((Tcl_Interp *interp));

/*
 * Exported from threadSvCmd.c file.
 */

MODULE_SCOPE int Sv_Init _ANSI_ARGS_((Tcl_Interp *interp));

/*
 * Exported from threadSpCmd.c file.
 */

MODULE_SCOPE int Sp_Init _ANSI_ARGS_((Tcl_Interp *interp));








|







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

EXTERN int Thread_Init       _ANSI_ARGS_((Tcl_Interp *interp));

/*
 * Exported from threadSvCmd.c file.
 */

EXTERN int Sv_Init _ANSI_ARGS_((Tcl_Interp *interp));

/*
 * Exported from threadSpCmd.c file.
 */

MODULE_SCOPE int Sp_Init _ANSI_ARGS_((Tcl_Interp *interp));

Changes to generic/threadSvKeylistCmd.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * threadSvKeylistCmd.h --
 *
 * See the file "license.txt" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 * ---------------------------------------------------------------------------
 */

#ifndef _KEYLISTCMDS_H_
#define _KEYLISTCMDS_H_

MODULE_SCOPE void Sv_RegisterKeylistCommands(void);
MODULE_SCOPE void TclX_KeyedListInit(Tcl_Interp *interp);

#endif /* _KEYLISTCMDS_H_ */

/* EOF $RCSfile: threadSvKeylistCmd.h,v $ */

/* Emacs Setup Variables */











|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * threadSvKeylistCmd.h --
 *
 * See the file "license.txt" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 * ---------------------------------------------------------------------------
 */

#ifndef _KEYLISTCMDS_H_
#define _KEYLISTCMDS_H_

EXTERN void Sv_RegisterKeylistCommands(void);
MODULE_SCOPE void TclX_KeyedListInit(Tcl_Interp *interp);

#endif /* _KEYLISTCMDS_H_ */

/* EOF $RCSfile: threadSvKeylistCmd.h,v $ */

/* Emacs Setup Variables */

Changes to generic/threadSvListCmd.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2002 by Zoran Vasiljevic.
 *
 * See the file "license.txt" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 * ---------------------------------------------------------------------------
 */

#ifndef _SV_LIST_H_
#define _SV_LIST_H_

MODULE_SCOPE void Sv_RegisterListCommands();

#endif /* _SV_LIST_H_ */

/* EOF $RCSfile: threadSvListCmd.h,v $ */

/* Emacs Setup Variables */
/* Local Variables:      */











|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2002 by Zoran Vasiljevic.
 *
 * See the file "license.txt" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 * ---------------------------------------------------------------------------
 */

#ifndef _SV_LIST_H_
#define _SV_LIST_H_

EXTERN void Sv_RegisterListCommands();

#endif /* _SV_LIST_H_ */

/* EOF $RCSfile: threadSvListCmd.h,v $ */

/* Emacs Setup Variables */
/* Local Variables:      */