David M. Beazley | 1 Jan 2002 17:58

[Swig-CVS] commit 'SWIG/Source/Swig stype.c'

Tue Jan  1 10:58:36 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Swig
In directory schlitz:/tmp/cvs-serv24606

Modified Files:
      Tag: rel-1-3
	stype.c 
Log Message:
Fixed function pointer bug.

noreply | 1 Jan 2002 22:25
Picon
Favicon

[ swig-Bugs-498357 ] swig silently emits nothing for hex-cons

Bugs item #498357, was opened at 2002-01-01 13:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=101645&aid=498357&group_id=1645

Category: preprocessor
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: swig silently emits nothing for hex-cons

Initial Comment:
swig silently emits nothing for hex-constants. The 
problem is in 'check_id',  on 'case 0:'... it 
checks 'isdigit', but doesn't check for the 'x'... A 
fix is below (as david beazley points out, its not 
quite correct, it now allows #define A x as a valid 
constant).

 > 
 > static int
 > check_id(DOH *s)
 > {
 >   int c, state = 0;
 >   int hasvalue = 0;
 >   Seek(s,0,SEEK_SET);
 >   while ((c = Getc(s)) != EOF) {
 >     switch(state) {
(Continue reading)

David M. Beazley | 1 Jan 2002 22:41

[Swig-CVS] commit 'SWIG/Source/Preprocessor cpp.c'

Tue Jan  1 15:41:44 CST 2002
Files: %{sVv}
Update of /cvs/projects/SWIG/Source/Preprocessor
In directory schlitz:/u0/beazley/Projects/SWIG/SWIG/Source/Preprocessor

Modified Files:
      Tag: rel-1-3
	cpp.c 
Log Message:
Fixed [ #498357 ] swig silently emits nothing for hex-cons

William Fulton | 2 Jan 2002 21:27

[Swig-CVS] commit 'SWIG/Source/Swig wrapfunc.c'

Wed Jan  2 14:27:26 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Swig
In directory schlitz:/tmp/cvs-serv2517

Modified Files:
      Tag: rel-1-3
	wrapfunc.c 
Log Message:
C comments no longer mess up the indenting when pretty printing

William Fulton | 2 Jan 2002 21:29

[Swig-CVS] commit 'SWIG/Source/Modules1.1 java.cxx'

Wed Jan  2 14:29:05 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Modules1.1
In directory schlitz:/tmp/cvs-serv2529

Modified Files:
      Tag: rel-1-3
	java.cxx 
Log Message:
Some fixes for handling of typemaps

William Fulton | 2 Jan 2002 21:31

[Swig-CVS] commit 'SWIG/Lib/java various.i'

Wed Jan  2 14:31:16 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Lib/java
In directory schlitz:/tmp/cvs-serv2540

Modified Files:
      Tag: rel-1-3
	various.i 
Log Message:
Cleanup, streamlining and mods for $source and $target deprecation

William Fulton | 2 Jan 2002 21:34

[Swig-CVS] commit 'SWIG/Examples/java/typemap example.i'

Wed Jan  2 14:34:17 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Examples/java/typemap
In directory schlitz:/tmp/cvs-serv2554

Modified Files:
      Tag: rel-1-3
	example.i 
Log Message:
Mods for $source and $target deprecation and moving of incorrect argout typemaps to freearg

William Fulton | 2 Jan 2002 21:39

[Swig-CVS] commit 'SWIG/Examples/java/multimap main.java example.i'

Wed Jan  2 14:39:14 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG/Examples/java/multimap
In directory schlitz:/tmp/cvs-serv2568

Modified Files:
      Tag: rel-1-3
	example.i 
Added Files:
      Tag: rel-1-3
	main.java 
Log Message:
Multimap example now working

William Fulton | 2 Jan 2002 21:43

[Swig-CVS] commit 'SWIG Makefile.in'

Wed Jan  2 14:43:05 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv2578

Modified Files:
      Tag: rel-1-3
	Makefile.in 
Log Message:
Multimap example added in for all languages

William Fulton | 2 Jan 2002 21:51

[Swig-CVS] commit 'SWIG CHANGES'

Wed Jan  2 14:51:09 CST 2002
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv2589

Modified Files:
      Tag: rel-1-3
	CHANGES 
Log Message:
no message


Gmane