pkgsrc-wip/cgdb
Juan Romero Pardines 720f688628 Updated to 0.3.4
Changes:

cgdb-0.3.4

   * Fixed bug in cgdb. If the user hit 'o' in cgdb, then got out of the
   file dialog, the next time ^c was typed in the gdb window, the prompt
   would not refresh itself properly.
   * Fixed ada highlighting bug. String literals were not being highlighted.
   * Temporarily fixed the ^c bug. The data at the console is now cleared when
   the user hits ^c. A better fix will be arranged for when full signal handling
   support is integrated.
   * Fixed libinput bug. If the user held down '\n' for a long time, and then
   hit any other key, an extra '\n' would come out and then the other key.
   This was *very* annoying when holding down the '\n' key to continue nexting.
   * Fixed highlighting bug. This ( '\"' ) would start a string literal
   in C/C++.

cgdb-0.3.3b

   * Fixed string literal bug where files don't highlight properly in C/C++.

cgdb-0.3.3a

   * Fixed bug in the file dialog window. It would not accept the enter
     key, so the user could never select a file.

cgdb-0.3.3

   * Fixed tab bug, where tab spaces were being displayed incorrectly in
     the source window. Now cgdb can handle tabs in a file properly.
   * Added VI-style page up/page down commands. Deprecated old Shift-J
     and Shift-K page up/page down style commands.
   * Fixed bug in ada highlighter. The file would not be displayed correctly
     when trying to highlight an ada source file.
2003-10-03 11:42:06 +00:00
..
DESCR Initial import of cgdb 0.3.2 2003-06-25 22:17:57 +00:00
distinfo Updated to 0.3.4 2003-10-03 11:42:06 +00:00
Makefile Updated to 0.3.4 2003-10-03 11:42:06 +00:00
PLIST Initial import of cgdb 0.3.2 2003-06-25 22:17:57 +00:00