GDIT buglist


Priority

HIGH - Will be fixed in the next release.

MEDIUM, LOW - Will be fixes as soon as possible.

Status

OPEN

RELEASED v1.2 - Fixed but not yet released

RELEASED <version> - Version containing fix

List

  1. When GDIT can't open file an error number instead of a message is printed. LOW, RELEASED v1.2
  2. GDIT can only understand alphanumerics in filenames. HIGH, RELEASED v1.2
  3. If new is entered before deleting the old image gdit exits. MEDIUM, RELEASED v1.2
  4. Setting interlaced after transparent turns transparent off. LOW, RELEASED v1.2
  5. Get info caused core dump, HIGH, RELEASED v1.2
  6. getopt returns char instead of int - <Oddur Thor Thorkelsson> LOW RELEASED v1.2
  7. Can't build with lex/yacc <Thorkelsson / Tony Curtis> HIGH, RELEASED v1.2
  8. Makefile has circular dependencies HIGH, FIXED, RELEASED 1.3
  9. gdit.c() uses rindex instead of ansi strchr() Medium, FIXED, RELEASED 1.3
  10. Documentation has broken hyperlink to the gd library. FIXED.

Fixes

1. Add call to strerror();

2. Replace [0-9a-zA-Z].gif with [\41-\176].gif in lexer.

3. In grammar rule NEW GIFFILE don't return, this bails out of parser. Insert and IF... ELSE ... statement

4. In grammar comparison & should have been ==.

5. In grammar, check that there is an image.

6. Fixed in gdit.c

7. Added final termination rule and removed comment header.

8. Add dependency:	
grammar: lex.yy.c
and change $(CC) $(CFLAGS) -o $@ -c $? to $(CC) $(CFLAGS) -o grammar.o -c y.tab.c

Home Up Index

Last Updated: November 27, 1995. © 1995 DB Harvey-George, ITCP