File: ChangeLog

package info (click to toggle)
gmrun 0.9.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 620 kB
  • ctags: 196
  • sloc: sh: 3,163; cpp: 1,884; makefile: 85; ansic: 9
file content (15 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2002-06-05  EJ  <sonofkojak@users.sourceforge.net>

	* src/history.cc (append): Previously, an item was not placed in
	  the history when it was the last item. Now, if we find an entry,
	  we move it to the end of the list.

2002-06-05  EJ  <sonofkojak@users.sourceforge.net>

	* acinclude.m4: Added stlport detection code. When using an old
	  version of g++/stdc++ you can get this code to compile only with
	  the stlport. gcc-2.9[56] don't have a definition for
	  char_traits.