The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7002 9724 d 1 h /branches/R-exp-API/ This commit was manufactured by cvs2svn to create branch 'R-exp-API'.  
6994 9724 d 22 h pd /trunk/ branch update  
6517 9751 d 18 h pd /trunk/ .Rprofile exec envir  
6323 9764 d 5 h pd /trunk/src/main/ protect rhs's in multilevel case in applydefine  
6208 9781 d 21 h pd /trunk/src/main/ revert Roberts change to eval of EXPRSXPs  
6199 9782 d 1 h rgentlem /trunk/ adding error handling functionality and made a change to eval.c  
6191 9782 d 4 h maechler /trunk/src/main/ dropped "\n" in error[call](..)  
6188 9782 d 4 h rgentlem /trunk/src/ changes to CTXT's so that CTXT_FUNCTION is used  
6098 9790 d 1 h pd /trunk/ branch update - not bugfree  
6086 9790 d 21 h rgentlem /trunk/src/main/ several changes to applydefine so it puts its last arg into a promise,
changes to do_subassign and do_subassign2 so they use DispatchOrEval
removed EvalSubassignArgs; just need EvalArgs now
 
5731 9820 d 2 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5575 9837 d 15 h ihaka /trunk/src/ Save/Restore of hashed environments.  
5458 9848 d 9 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5415 9854 d 8 h ihaka /trunk/src/main/ Updates & conditional hashing changes.  
5357 9861 d 8 h hornik /trunk/src/main/ In do_eval(), make SEXPs volatile as suggested by LT.  
5302 9867 d 8 h pd /trunk/src/ stored-source changes  
5187 9874 d 3 h hornik /trunk/src/main/ Always include Rconfig.h first.  
5154 9875 d 17 h mike /trunk/src/main/ Added hashing for symbol tables in environments  
5123 9877 d 17 h ihaka /trunk/src/main/ Minor bug fix for text size in margins.

Major cleanup of environment searching and variable lookup
in preparation for hashing.
 
5074 9883 d 9 h maechler /trunk/src/main/ -Wall; Copyright, comment cosmetic  
4818 9908 d 21 h pd /trunk/ silly bug in do_eval & dimnamename -> NEWS  
4806 9912 d 3 h rgentlem /trunk/src/ added restart  
4790 9915 d 14 h hornik /trunk/src/ Misc `-Wall' fixes.  
4775 9917 d 8 h pd /trunk/src/main/ group generic problem fix-fix  
4656 9930 d 2 h pd /trunk/src/main/ another group generic fix (PR#180)  
4655 9930 d 2 h pd /trunk/src/main/ group generic fix (PR#166)  
4573 9939 d 20 h ihaka /trunk/src/main/ Scoping problem with <<- finally fixed.  
4562 9941 d 21 h pd /trunk/ branch update  
4557 9942 d 7 h pd /trunk/ expression() semantics change  
4412 9952 d 11 h pd /trunk/src/main/ yabpe  
4284 9953 d 23 h rgentlem /trunk/src/main/ fixed a bug; do_eval was setting up a return context but not a jump buffer  
4276 9954 d 5 h rgentlem /trunk/src/main/ changed do_recall so it works (I hope)  
4247 9957 d 22 h rgentlem /trunk/src/main/ changes to make various options for controling warnings/errors available.  
4182 9964 d 21 h rgentlem /trunk/src/main/ fixed the problem with functions without a { not getting debugged.  
4095 9972 d 23 h rgentlem /trunk/src/main/ fixed do_recall so it looks in the right place for the "recalled" function  
3979 9980 d 23 h ripley /trunk/src/ Various #ifdefs for the Win32 port  
3865 9998 d 8 h pd /trunk/ branch update  
3686 10017 d 15 h ihaka /trunk/src/main/ Nit fixes for the mac.  
3657 10022 d 18 h ihaka /trunk/src/ Update for file.choose.  
3636 10025 d 9 h r /trunk/ Many changes related to the new platform-independent file commands.
What remains of the platform specific interpreted code is VERY
platform dependent -- i.e. it may not even make sense on other
platforms.
In addition, some changes to the 3d graphics code and a bug fix
for invalid window resizes of inactive windows.