summaryrefslogtreecommitdiffstats
path: root/S4-0-2/ChangeLog
blob: e0e5cd5f25fbd892db942ab8d92c015e0bd682f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
2001-06-02  Miguel Sofer  <msofer@users.sourceforge.net>

	* generic/tclExecute.c: (TclExecuteByteCode): Added two casts to
	INST_STR_CMP implementation to get rid of a couple warnings from
	the SUNWspro C compiler. (change of 2001-05-30 in HEAD)

2001-05-22  Miguel Sofer  <msofer@users.sourceforge.net>

	* generic/tclExecute.c: removed Tcl_Duplicate_Obj from INST_DUP 

2001-05-19  Miguel Sofer  <msofer@users.sourceforge.net>

	* generic/tclExecute.c: refactor/regroup some instructions

2001-05-19  Miguel Sofer  <msofer@users.sourceforge.net>

	* S4-0-2: added directory with differences to HEAD
	* generic/tclExecute.c: 
	* generic/tclExecute.h: added append, lappend instructions
	Many other files updated, brought up to date with HEAD

2001-05-03  Miguel Sofer  <msofer@users.sourceforge.net>

	* generic/tclParse.c: 
	* tests/namespace.test: Insure consistent behaviour of the
	[unknown] command: when a command is unknown, it is always
	processed by [::unknown], ignoring any namespace proc which
	happens to be called "unknown" [Patch #421166, Bug #420507]

2001-04-30  Miguel Sofer <msofer@users.sourceforge.net>

	* generic/tclExecute.c: better comments
	* generic/tclExecute.h: better comments

2001-04-30  Miguel Sofer <msofer@users.sourceforge.net>

	* generic/tclExecute.h: cleanup, modif of MSVC code

2001-04-27  Miguel Sofer <msofer@users.sourceforge.net>

	* generic/tclExecute.c: small bugfix
	* generic/tclExecute.h: small bugfix in MSVC code

2001-04-11  Miguel Sofer <msofer@users.sourceforge.net>

	** First CVS version of the S4 engine **
	* generic/tclCompile.h: Added compilation flag
	  TCL_BYTECODE_OPCODES_OK  
	* generic/tclExecute.c: First CVS version of the engine
	* generic/tclExecute.h: Compiler dependent macros (new file)
	* generic/tclInt.h: slight modifs, mainly for the new addressing
	  mode for the tcl stack