Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Tag: |
* Happy New Year(s)!
* Happy New Year(s)!
* Last week, the FSF has moved their office.
* Last week, the FSF has moved their office.
Happy new year!
Happy new year!
remove dependence on YYTEXT_POINTER which is not being defined when lex is missing; explicitly request a %pointer instead
remove dependence on YYTEXT_POINTER which is not being defined when lex is missing; explicitly request a %pointer instead
Happy New Year!
Added keywords "complex_symbols" and "real_symbols" to influence symbol production.
2002 -> 2003
prepared for 1.0.13 release
* Sync 1.1 branch to 1.0 mainline.
* Finilize version 1.0.4 (version numbers, copyrights and such rubbish).
* Headers only include <iosfwd> from now on, since that contains all the necessary forward declarations without bringing in the whole big <iostream> header.
* Macro deobfuscation.
- See if __GNUC__ < 2.97 before using std::vector<..,malloc_alloc>. Sorry, there is no way having this depend on whether we are setting up Cint or not because the malloc_alloc goes into the mangled signature and the result won't link if one tries to be more clever. It really sucks. Let's all just pray Masaharu throws away that old STL implementation really soon now. (Jeez, he still calls this old junk 'reference'!) - Bumped up a few dates. :-)
- Import namespace std globally.
- ginsh now includes "ginac.h" when compiled as part of the GiNaC package, and <ginac/ginac.h> otherwise
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4. - Made configure check for cint and makecint and call makecint to dump out cint/Makefile.cint, which will later be called by cint/Makefile. See configure option --with-cint. - Added some documentation about GiNaC-cint (e.g. a manpage). - All dummies in subdir cint/ are created by cint/dummies.pl now, removed older stuff.
- building GiNaC in a separate directory now works
- changed the fucking dates i had forgotten the last time...
#ifndef around namespace GiNaC { }
- added on-line help system
- put everything in "GiNaC" namespace - ginsh should work on systems that don't have libreadline (untested)
- ginsh can handle multiple input files which are specified on the command line
- enforced GiNaC coding standards :-) - flex/bison output files are now also in CVS (if someone wants to compile on a system that doesn't have flex/bison)
- switched to automake build environment
First import after the great restructuring.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |