diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-09-23 22:16:13 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-09-23 22:16:13 +0000 |
| commit | 0d4a07e5e5d8ff1f4e7e2d2ab666c53dfa66dd81 (patch) | |
| tree | 98779ee7266b12f741abe71a39d3f8ac658f1d26 /src/util/profile/ChangeLog | |
| parent | 7608c4f6569d7cbc9f31b48732e8e345302df7aa (diff) | |
| download | krb5-0d4a07e5e5d8ff1f4e7e2d2ab666c53dfa66dd81.tar.gz krb5-0d4a07e5e5d8ff1f4e7e2d2ab666c53dfa66dd81.tar.xz krb5-0d4a07e5e5d8ff1f4e7e2d2ab666c53dfa66dd81.zip | |
* profile.swg: Only include tclsh.i if building for Tcl.
(Tcl_SetResult, my_tcl_setresult): Compile hack only if building for Tcl.
(%typemap SWIGTYPE *OUTPUT): Initialization is not specific to the scripting
language. Add Python code.
(%typemap errcode_t, errcode_t*): Add placeholders for Python support.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16782 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index d5376ccdb..a08a6107d 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,13 @@ +2004-09-23 Ken Raeburn <raeburn@mit.edu> + + * profile.swg: Only include tclsh.i if building for Tcl. + (Tcl_SetResult, my_tcl_setresult): Compile hack only if building + for Tcl. + (%typemap SWIGTYPE *OUTPUT): Initialization is not specific to the + scripting language. Add Python code. + (%typemap errcode_t, errcode_t*): Add placeholders for Python + support. + 2004-08-28 Ken Raeburn <raeburn@mit.edu> * prof_file.c (profile_open_file): If an error occurs while |
