0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 17 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix demofile() if there are any multi-line commands in the script. More... over 16 years ago
Adjust cat, cd, and ls to work as cat(), cd(), and ls(). Adjust the help for help to say the right thing for "help man", and make newlines consistent. Introduce "auto -i" to work as an advanced shell with IPython; work around it intercepting "quit". More... over 16 years ago
Add docstring to all CLUI commands. Now "help(run)" gives the same output as "help run". More... over 16 years ago
Make each AUTO CLUI command a seperate method so it can have its own docstring. More... over 16 years ago
Avoid exec & eval; correct typo. More... over 16 years ago
Remove some unnecessary imports and True for older Python compatibility. More... over 16 years ago
Update pp3 demo. More... over 16 years ago
Update the pp2 demo. More... over 16 years ago
Use AC_CHECK_LIB with abort instead of AC_HAVE_LIBRARY to avoid problems with Sun C++ calling main recursively. More... over 16 years ago
Make sure to pass 2.0 to log (Sun C++ problem). More... over 16 years ago
Fix brackets in fabs expression and merge some cosmetic ifdef's. More... over 16 years ago
Fix another compiler warning. More... over 16 years ago
Fix compiler (g95 & Sun) warnings about PLAUT More... over 16 years ago
Move interface block inside setpae/bv callers to please Sun f95. More... over 16 years ago
Cosmetic adjustments in bvp.f90. More... over 16 years ago
Modernize the bvp demo. More... over 16 years ago
Added some often used shell commands to the Python CLUI: "clear","less","mkdir","rmdir","cp","mv","rm" More... over 16 years ago
Relaxed user functions in C to allow no prototypes for compatibility with some of the demos. More... over 16 years ago
Some Python cleanup and apply AUTOatof also for floats of fort.9. More... over 16 years ago
Parse multipliers from fort.9 in Python. More... over 16 years ago
Improve Python s. file writer so that changed solutions are written back correctly. More... over 16 years ago
Correct input arguments of GESC More... over 16 years ago
Do not touch fort.12 if HomCont is not used. More... over 16 years ago
Improve fort.9/d.* parsing in Python. The format had changed in 07p. More... over 16 years ago
Update documentation to mention SoQt. More... over 16 years ago
Correction in LessTif fix. More... over 16 years ago
More Lesstif workarounds for comboboxes and spinboxes. More... over 16 years ago
Use point number = 1 to distinguish a new branches in a b. file; fixes esp. plaut04's reader (r3bplaut04 was ok, but more complex). Fix keyboard shortcuts in SoXt interface. More... over 16 years ago
Correct option names in plaut04.rc. More... over 16 years ago
Added new options: "Coloring Method Solution", "Coloring Method Bifurcation", and "Label Sphere Radius" to (r3b)plaut04.rc. Separate color handling between bifs and solutions. Fix a few R3B related things. More... over 16 years ago