diff options
author | Tom Tromey <tromey@redhat.com> | 2008-12-22 16:25:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-12-22 16:25:17 +0000 |
commit | f2f35b75ff2ed85fc9be04608e88dc3345d9617e (patch) | |
tree | a4f5a4ec55598f839c6c7bb209586911420f8758 /gdb/ChangeLog | |
parent | ba163c7e4485a5653070684f15f8eb06d62683a5 (diff) | |
download | gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.zip gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.tar.gz gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.tar.bz2 |
2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* python/python-internal.h (PyEval_ReleaseLock): New define.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49fecf4..8d2980b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com> + + * python/python-internal.h (PyEval_ReleaseLock): New define. + 2008-12-22 Tom Tromey <tromey@redhat.com> * c-exp.y (ident_tokens): New global. |