[webkit-changes] cvs commit: JavaScriptCore/kjs array_instance.h array_object.cpp array_object.h bool_object.cpp bool_object.h collector.cpp collector.h completion.h context.h date_object.cpp date_object.h debugger.cpp debugger.h dtoa.h error_object.cpp error_object.h function.cpp function.h function_object.cpp function_object.h grammar.y identifier.cpp identifier.h internal.cpp internal.h interpreter.cpp interpreter.h interpreter_map.cpp interpreter_map.h lexer.cpp lexer.h list.cpp list.h lookup.cpp lookup.h math_object.cpp math_object.h nodes.cpp nodes.h nodes2string.cpp number_object.cpp number_object.h object.cpp object.h object_object.cpp object_object.h operations.cpp operations.h property_map.cpp property_map.h reference.cpp reference.h reference_list.cpp reference_list.h regexp.cpp regexp.h regexp_object.cpp regexp_object.h scope_chain.cpp scope_chain.h simple_number.h string_object.cpp string_object.h testkjs.cpp types.h ustring.cpp ustring.h value.cpp value.h

Geoffrey ggaren at opensource.apple.com
Thu Jul 14 11:27:12 PDT 2005


ggaren      05/07/14 11:27:12

  Modified:    .        ChangeLog
               kjs      array_instance.h array_object.cpp array_object.h
                        bool_object.cpp bool_object.h collector.cpp
                        collector.h completion.h context.h date_object.cpp
                        date_object.h debugger.cpp debugger.h dtoa.h
                        error_object.cpp error_object.h function.cpp
                        function.h function_object.cpp function_object.h
                        grammar.y identifier.cpp identifier.h internal.cpp
                        internal.h interpreter.cpp interpreter.h
                        interpreter_map.cpp interpreter_map.h lexer.cpp
                        lexer.h list.cpp list.h lookup.cpp lookup.h
                        math_object.cpp math_object.h nodes.cpp nodes.h
                        nodes2string.cpp number_object.cpp number_object.h
                        object.cpp object.h object_object.cpp
                        object_object.h operations.cpp operations.h
                        property_map.cpp property_map.h reference.cpp
                        reference.h reference_list.cpp reference_list.h
                        regexp.cpp regexp.h regexp_object.cpp
                        regexp_object.h scope_chain.cpp scope_chain.h
                        simple_number.h string_object.cpp string_object.h
                        testkjs.cpp types.h ustring.cpp ustring.h value.cpp
                        value.h
  Log:
          -rolled in patches for http://bugzilla.opendarwin.org/show_bug.cgi?id=3945
          [PATCH] Safe merges of comments and other trivialities from KDE's kjs
  
          -patch by Martijn Klingens <klingens at kde.org>
  
          * kjs/array_instance.h:
          * kjs/array_object.cpp:
          * kjs/array_object.h:
          * kjs/bool_object.cpp:
          * kjs/bool_object.h:
          * kjs/collector.cpp:
          * kjs/collector.h:
          * kjs/completion.h:
          * kjs/context.h:
          * kjs/date_object.cpp:
          * kjs/date_object.h:
          * kjs/debugger.cpp:
          * kjs/debugger.h:
          * kjs/dtoa.h:
          * kjs/error_object.cpp:
          * kjs/error_object.h:
          * kjs/function.cpp:
          * kjs/function.h:
          * kjs/function_object.cpp:
          * kjs/function_object.h:
          * kjs/grammar.y:
          * kjs/identifier.cpp:
          * kjs/identifier.h:
          * kjs/internal.cpp:
          * kjs/internal.h:
          * kjs/interpreter.cpp:
          * kjs/interpreter.h:
          * kjs/interpreter_map.cpp:
          * kjs/interpreter_map.h:
          * kjs/lexer.cpp:
          * kjs/lexer.h:
          * kjs/list.cpp:
          * kjs/list.h:
          * kjs/lookup.cpp:
          * kjs/lookup.h:
          * kjs/math_object.cpp:
          * kjs/math_object.h:
          * kjs/nodes.cpp:
          * kjs/nodes.h:
          * kjs/nodes2string.cpp:
          * kjs/number_object.cpp:
          * kjs/number_object.h:
          * kjs/object.cpp:
          * kjs/object.h:
          * kjs/object_object.cpp:
          * kjs/object_object.h:
          * kjs/operations.cpp:
          * kjs/operations.h:
          * kjs/property_map.cpp:
          * kjs/property_map.h:
          * kjs/reference.cpp:
          * kjs/reference.h:
          * kjs/reference_list.cpp:
          * kjs/reference_list.h:
          * kjs/regexp.cpp:
          * kjs/regexp.h:
          * kjs/regexp_object.cpp:
          * kjs/regexp_object.h:
          * kjs/scope_chain.cpp:
          * kjs/scope_chain.h:
          * kjs/simple_number.h:
          * kjs/string_object.cpp:
          * kjs/string_object.h:
          * kjs/testkjs.cpp:
          * kjs/types.h:
          * kjs/ustring.cpp:
          * kjs/ustring.h:
          * kjs/value.cpp:
          * kjs/value.h:
  
  Revision  Changes    Path
  1.748     +77 -0     JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.747
  retrieving revision 1.748
  diff -u -r1.747 -r1.748
  --- ChangeLog	14 Jul 2005 18:13:49 -0000	1.747
  +++ ChangeLog	14 Jul 2005 18:27:00 -0000	1.748
  @@ -1,5 +1,82 @@
   2005-07-14  Geoffrey Garen  <ggaren at apple.com>
   
  +        -rolled in patches for http://bugzilla.opendarwin.org/show_bug.cgi?id=3945
  +        [PATCH] Safe merges of comments and other trivialities from KDE's kjs
  +        
  +        -patch by Martijn Klingens <klingens at kde.org>
  +        
  +        * kjs/array_instance.h:
  +        * kjs/array_object.cpp:
  +        * kjs/array_object.h:
  +        * kjs/bool_object.cpp:
  +        * kjs/bool_object.h:
  +        * kjs/collector.cpp:
  +        * kjs/collector.h:
  +        * kjs/completion.h:
  +        * kjs/context.h:
  +        * kjs/date_object.cpp:
  +        * kjs/date_object.h:
  +        * kjs/debugger.cpp:
  +        * kjs/debugger.h:
  +        * kjs/dtoa.h:
  +        * kjs/error_object.cpp:
  +        * kjs/error_object.h:
  +        * kjs/function.cpp:
  +        * kjs/function.h:
  +        * kjs/function_object.cpp:
  +        * kjs/function_object.h:
  +        * kjs/grammar.y:
  +        * kjs/identifier.cpp:
  +        * kjs/identifier.h:
  +        * kjs/internal.cpp:
  +        * kjs/internal.h:
  +        * kjs/interpreter.cpp:
  +        * kjs/interpreter.h:
  +        * kjs/interpreter_map.cpp:
  +        * kjs/interpreter_map.h:
  +        * kjs/lexer.cpp:
  +        * kjs/lexer.h:
  +        * kjs/list.cpp:
  +        * kjs/list.h:
  +        * kjs/lookup.cpp:
  +        * kjs/lookup.h:
  +        * kjs/math_object.cpp:
  +        * kjs/math_object.h:
  +        * kjs/nodes.cpp:
  +        * kjs/nodes.h:
  +        * kjs/nodes2string.cpp:
  +        * kjs/number_object.cpp:
  +        * kjs/number_object.h:
  +        * kjs/object.cpp:
  +        * kjs/object.h:
  +        * kjs/object_object.cpp:
  +        * kjs/object_object.h:
  +        * kjs/operations.cpp:
  +        * kjs/operations.h:
  +        * kjs/property_map.cpp:
  +        * kjs/property_map.h:
  +        * kjs/reference.cpp:
  +        * kjs/reference.h:
  +        * kjs/reference_list.cpp:
  +        * kjs/reference_list.h:
  +        * kjs/regexp.cpp:
  +        * kjs/regexp.h:
  +        * kjs/regexp_object.cpp:
  +        * kjs/regexp_object.h:
  +        * kjs/scope_chain.cpp:
  +        * kjs/scope_chain.h:
  +        * kjs/simple_number.h:
  +        * kjs/string_object.cpp:
  +        * kjs/string_object.h:
  +        * kjs/testkjs.cpp:
  +        * kjs/types.h:
  +        * kjs/ustring.cpp:
  +        * kjs/ustring.h:
  +        * kjs/value.cpp:
  +        * kjs/value.h:
  +
  +2005-07-14  Geoffrey Garen  <ggaren at apple.com>
  +
           -fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3970
           throw statements fail inside eval statements
           
  
  
  
  1.13      +2 -2      JavaScriptCore/kjs/array_instance.h
  
  Index: array_instance.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/array_instance.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- array_instance.h	3 Jul 2005 10:47:52 -0000	1.12
  +++ array_instance.h	14 Jul 2005 18:27:01 -0000	1.13
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -66,6 +66,6 @@
       ValueImp **storage;
     };
   
  -}; // namespace KJS
  +} // namespace KJS
   
   #endif
  
  
  
  1.44      +1 -1      JavaScriptCore/kjs/array_object.cpp
  
  Index: array_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/array_object.cpp,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- array_object.cpp	3 Jul 2005 10:47:52 -0000	1.43
  +++ array_object.cpp	14 Jul 2005 18:27:01 -0000	1.44
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.13      +2 -2      JavaScriptCore/kjs/array_object.h
  
  Index: array_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/array_object.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- array_object.h	30 Jun 2005 01:19:42 -0000	1.12
  +++ array_object.h	14 Jul 2005 18:27:01 -0000	1.13
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -63,6 +63,6 @@
   
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.11      +1 -1      JavaScriptCore/kjs/bool_object.cpp
  
  Index: bool_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/bool_object.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- bool_object.cpp	29 Apr 2005 00:22:55 -0000	1.10
  +++ bool_object.cpp	14 Jul 2005 18:27:01 -0000	1.11
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.5       +2 -2      JavaScriptCore/kjs/bool_object.h
  
  Index: bool_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/bool_object.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- bool_object.h	20 Nov 2002 21:12:14 -0000	1.4
  +++ bool_object.h	14 Jul 2005 18:27:01 -0000	1.5
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -85,6 +85,6 @@
       virtual Value call(ExecState *exec, Object &thisObj, const List &args);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.39      +1 -1      JavaScriptCore/kjs/collector.cpp
  
  Index: collector.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/collector.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- collector.cpp	10 Jul 2005 00:38:11 -0000	1.38
  +++ collector.cpp	14 Jul 2005 18:27:01 -0000	1.39
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.19      +1 -1      JavaScriptCore/kjs/collector.h
  
  Index: collector.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/collector.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- collector.h	9 May 2005 23:57:33 -0000	1.18
  +++ collector.h	14 Jul 2005 18:27:01 -0000	1.19
  @@ -17,7 +17,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.10      +3 -3      JavaScriptCore/kjs/completion.h
  
  Index: completion.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/completion.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- completion.h	19 Apr 2004 00:17:56 -0000	1.9
  +++ completion.h	14 Jul 2005 18:27:01 -0000	1.10
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -39,7 +39,7 @@
      * Completion objects are used to convey the return status and value
      * from functions.
      *
  -   * See @ref FunctionImp::execute()
  +   * See FunctionImp::execute()
      *
      * @see FunctionImp
      *
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/context.h
  
  Index: context.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/context.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- context.h	17 Jun 2005 00:57:37 -0000	1.10
  +++ context.h	14 Jul 2005 18:27:01 -0000	1.11
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.43      +1 -1      JavaScriptCore/kjs/date_object.cpp
  
  Index: date_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/date_object.cpp,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- date_object.cpp	1 Jul 2005 18:45:08 -0000	1.42
  +++ date_object.cpp	14 Jul 2005 18:27:01 -0000	1.43
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/date_object.h
  
  Index: date_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/date_object.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- date_object.h	1 Jul 2005 18:45:09 -0000	1.10
  +++ date_object.h	14 Jul 2005 18:27:02 -0000	1.11
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -124,6 +124,6 @@
     double timeClip(double t);
     double makeTime(struct tm *t, int milli, bool utc);
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.4       +1 -1      JavaScriptCore/kjs/debugger.cpp
  
  Index: debugger.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/debugger.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- debugger.cpp	15 Apr 2002 23:40:57 -0000	1.3
  +++ debugger.cpp	14 Jul 2005 18:27:02 -0000	1.4
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.4       +3 -3      JavaScriptCore/kjs/debugger.h
  
  Index: debugger.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/debugger.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- debugger.h	15 Apr 2002 23:40:57 -0000	1.3
  +++ debugger.h	14 Jul 2005 18:27:02 -0000	1.4
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -100,10 +100,10 @@
        *
        * @param exec The current execution state
        * @param sourceId The ID of the source code (corresponds to the
  -     * sourceId supplied in other functions such as @ref atStatement()
  +     * sourceId supplied in other functions such as atStatement()
        * @param source The source code that was parsed
        * @param errorLine The line number at which parsing encountered an
  -     * error, or -1 if the source code was valid and parsed succesfully
  +     * error, or -1 if the source code was valid and parsed successfully
        * @return true if execution should be continue, false if it should
        * be aborted
        */
  
  
  
  1.4       +2 -2      JavaScriptCore/kjs/dtoa.h
  
  Index: dtoa.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/dtoa.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dtoa.h	22 Jan 2003 00:11:43 -0000	1.3
  +++ dtoa.h	14 Jul 2005 18:27:02 -0000	1.4
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.14      +1 -1      JavaScriptCore/kjs/error_object.cpp
  
  Index: error_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/error_object.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- error_object.cpp	8 Jul 2005 22:23:21 -0000	1.13
  +++ error_object.cpp	14 Jul 2005 18:27:02 -0000	1.14
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.4       +2 -2      JavaScriptCore/kjs/error_object.h
  
  Index: error_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/error_object.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- error_object.h	15 Apr 2002 23:40:59 -0000	1.3
  +++ error_object.h	14 Jul 2005 18:27:02 -0000	1.4
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -83,6 +83,6 @@
       ObjectImp *proto;
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.48      +2 -2      JavaScriptCore/kjs/function.cpp
  
  Index: function.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/function.cpp,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- function.cpp	14 Jul 2005 18:13:50 -0000	1.47
  +++ function.cpp	14 Jul 2005 18:27:02 -0000	1.48
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.26      +3 -3      JavaScriptCore/kjs/function.h
  
  Index: function.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/function.h,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- function.h	12 Jul 2005 16:48:29 -0000	1.25
  +++ function.h	14 Jul 2005 18:27:02 -0000	1.26
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -159,6 +159,6 @@
   
   
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.25      +1 -1      JavaScriptCore/kjs/function_object.cpp
  
  Index: function_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/function_object.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- function_object.cpp	7 Oct 2004 21:30:47 -0000	1.24
  +++ function_object.cpp	14 Jul 2005 18:27:02 -0000	1.25
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.5       +3 -3      JavaScriptCore/kjs/function_object.h
  
  Index: function_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/function_object.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- function_object.h	22 Jul 2004 23:30:52 -0000	1.4
  +++ function_object.h	14 Jul 2005 18:27:02 -0000	1.5
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -32,7 +32,7 @@
      * @internal
      *
      * The initial value of Function.prototype (and thus all objects created
  -   * with the Function constructor
  +   * with the Function constructor)
      */
     class FunctionPrototypeImp : public InternalFunctionImp {
     public:
  @@ -79,6 +79,6 @@
       virtual Value call(ExecState *exec, Object &thisObj, const List &args);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif // _FUNCTION_OBJECT_H_
  
  
  
  1.22      +1 -1      JavaScriptCore/kjs/grammar.y
  
  Index: grammar.y
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/grammar.y,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- grammar.y	7 Jul 2005 07:33:12 -0000	1.21
  +++ grammar.y	14 Jul 2005 18:27:02 -0000	1.22
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.15      +2 -2      JavaScriptCore/kjs/identifier.cpp
  
  Index: identifier.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/identifier.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- identifier.cpp	15 Apr 2005 01:26:26 -0000	1.14
  +++ identifier.cpp	14 Jul 2005 18:27:02 -0000	1.15
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.15      +2 -2      JavaScriptCore/kjs/identifier.h
  
  Index: identifier.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/identifier.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- identifier.h	3 Aug 2004 22:45:51 -0000	1.14
  +++ identifier.h	14 Jul 2005 18:27:02 -0000	1.15
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.58      +2 -2      JavaScriptCore/kjs/internal.cpp
  
  Index: internal.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/internal.cpp,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- internal.cpp	17 Jun 2005 00:57:37 -0000	1.57
  +++ internal.cpp	14 Jul 2005 18:27:02 -0000	1.58
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.29      +3 -3      JavaScriptCore/kjs/internal.h
  
  Index: internal.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/internal.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- internal.h	1 Jul 2005 00:45:49 -0000	1.28
  +++ internal.h	14 Jul 2005 18:27:02 -0000	1.29
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -434,7 +434,7 @@
     void printInfo(ExecState *exec, const char *s, const Value &o, int lineno = -1);
   #endif
   
  -}; // namespace
  +} // namespace
   
   
   #endif //  _INTERNAL_H_
  
  
  
  1.25      +2 -2      JavaScriptCore/kjs/interpreter.cpp
  
  Index: interpreter.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/interpreter.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- interpreter.cpp	12 Feb 2005 00:58:13 -0000	1.24
  +++ interpreter.cpp	14 Jul 2005 18:27:02 -0000	1.25
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.24      +8 -8      JavaScriptCore/kjs/interpreter.h
  
  Index: interpreter.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/interpreter.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- interpreter.h	1 Jul 2005 09:55:02 -0000	1.23
  +++ interpreter.h	14 Jul 2005 18:27:02 -0000	1.24
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -48,10 +48,10 @@
      * An execution context contains information about the current state of the
      * script - the scope for variable lookup, the value of "this", etc. A new
      * execution context is entered whenever global code is executed (e.g. with
  -   * @ref Interpreter::evaluate()), a function is called (see @ref
  +   * Interpreter::evaluate()), a function is called (see
      * Object::call()), or the builtin "eval" function is executed.
      *
  -   * Most inheritable functions in the KJS api take a @ref ExecState pointer as
  +   * Most inheritable functions in the KJS api take a ExecState pointer as
      * their first parameter. This can be used to obtain a handle to the current
      * execution context.
      *
  @@ -101,8 +101,8 @@
   
       /**
        * Returns the context from which the current context was invoked. For
  -     * global code this will be a null context (i.e. one for which @ref
  -     * isNull() returns true). You should check @ref isNull() on the returned
  +     * global code this will be a null context (i.e. one for which
  +     * isNull() returns true). You should check isNull() on the returned
        * value before calling any of it's methods.
        *
        * @return The calling execution context
  @@ -339,7 +339,7 @@
       /**
        * Call this to enable a compatibility mode with another browser.
        * (by default konqueror is in "native mode").
  -     * Currently, in KJS, this only changes the behaviour of Date::getYear()
  +     * Currently, in KJS, this only changes the behavior of Date::getYear()
        * which returns the full year under IE.
        */
       void setCompatMode(CompatMode mode);
  @@ -476,6 +476,6 @@
       ProtectedValue _exception;
     };
   
  -}; // namespace
  +} // namespace
   
   #endif // _KJS_INTERPRETER_H_
  
  
  
  1.3       +1 -1      JavaScriptCore/kjs/interpreter_map.cpp
  
  Index: interpreter_map.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/interpreter_map.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- interpreter_map.cpp	28 Jun 2005 00:02:07 -0000	1.2
  +++ interpreter_map.cpp	14 Jul 2005 18:27:02 -0000	1.3
  @@ -172,4 +172,4 @@
   }
   
   
  -}; // namespace
  +} // namespace
  
  
  
  1.3       +1 -1      JavaScriptCore/kjs/interpreter_map.h
  
  Index: interpreter_map.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/interpreter_map.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- interpreter_map.h	22 Apr 2004 16:53:35 -0000	1.2
  +++ interpreter_map.h	14 Jul 2005 18:27:02 -0000	1.3
  @@ -52,7 +52,7 @@
   	static int InterpreterMap::_keyCount;
       };
   
  -}; // namespace
  +} // namespace
   
   
   #endif // _KJS_INTERPRETER_MAP_H_
  
  
  
  1.18      +2 -2      JavaScriptCore/kjs/lexer.cpp
  
  Index: lexer.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/lexer.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- lexer.cpp	10 Sep 2004 01:52:24 -0000	1.17
  +++ lexer.cpp	14 Jul 2005 18:27:02 -0000	1.18
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.10      +3 -3      JavaScriptCore/kjs/lexer.h
  
  Index: lexer.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/lexer.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- lexer.h	10 Sep 2004 01:52:24 -0000	1.9
  +++ lexer.h	14 Jul 2005 18:27:02 -0000	1.10
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -158,6 +158,6 @@
       LexerPrivate *priv;
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.13      +2 -2      JavaScriptCore/kjs/list.cpp
  
  Index: list.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/list.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- list.cpp	19 May 2005 00:50:10 -0000	1.12
  +++ list.cpp	14 Jul 2005 18:27:02 -0000	1.13
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.9       +9 -9      JavaScriptCore/kjs/list.h
  
  Index: list.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/list.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- list.h	19 May 2005 00:50:10 -0000	1.8
  +++ list.h	14 Jul 2005 18:27:02 -0000	1.9
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -88,25 +88,25 @@
            */
           int size() const { return _impBase->size; }
           /**
  -         * @return A @ref KJS::ListIterator pointing to the first element.
  +         * @return A KJS::ListIterator pointing to the first element.
            */
           ListIterator begin() const;
           /**
  -         * @return A @ref KJS::ListIterator pointing to the last element.
  +         * @return A KJS::ListIterator pointing to the last element.
            */
           ListIterator end() const;
           
           /**
            * Retrieve an element at an indexed position. If you want to iterate
  -         * trough the whole list using @ref KJS::ListIterator will be faster.
  +         * trough the whole list using KJS::ListIterator will be faster.
            *
            * @param i List index.
  -         * @return Return the element at position i. @ref KJS::Undefined if the
  +         * @return Return the element at position i. KJS::Undefined if the
            * index is out of range.
            */
           Value at(int i) const { return Value(impAt(i)); }
           /**
  -         * Equivalent to @ref at.
  +         * Equivalent to at.
            */
           Value operator[](int i) const { return Value(impAt(i)); }
           
  @@ -114,7 +114,7 @@
       
           /**
            * Returns a pointer to a static instance of an empty list. Useful if a
  -         * function has a @ref KJS::List parameter.
  +         * function has a KJS::List parameter.
            */
           static const List &empty();
           
  @@ -132,7 +132,7 @@
       };
     
       /**
  -     * @short Iterator for @ref KJS::List objects.
  +     * @short Iterator for KJS::List objects.
        */
       class ListIterator {
       public:
  
  
  
  1.11      +1 -1      JavaScriptCore/kjs/lookup.cpp
  
  Index: lookup.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/lookup.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- lookup.cpp	20 Apr 2005 10:14:35 -0000	1.10
  +++ lookup.cpp	14 Jul 2005 18:27:02 -0000	1.11
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.12      +2 -2      JavaScriptCore/kjs/lookup.h
  
  Index: lookup.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/lookup.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- lookup.h	3 Jul 2005 10:47:53 -0000	1.11
  +++ lookup.h	14 Jul 2005 18:27:02 -0000	1.12
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -351,6 +351,6 @@
      * - cleanup old stuff (e.g. hasProperty)
      * - compile, test, commit ;)
      */
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.14      +1 -1      JavaScriptCore/kjs/math_object.cpp
  
  Index: math_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/math_object.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- math_object.cpp	12 Aug 2004 17:21:29 -0000	1.13
  +++ math_object.cpp	14 Jul 2005 18:27:03 -0000	1.14
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.5       +2 -2      JavaScriptCore/kjs/math_object.h
  
  Index: math_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/math_object.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- math_object.h	19 Nov 2002 22:02:25 -0000	1.4
  +++ math_object.h	14 Jul 2005 18:27:03 -0000	1.5
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -49,6 +49,6 @@
       int id;
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.66      +2 -2      JavaScriptCore/kjs/nodes.cpp
  
  Index: nodes.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/nodes.cpp,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- nodes.cpp	14 Jul 2005 18:13:50 -0000	1.65
  +++ nodes.cpp	14 Jul 2005 18:27:03 -0000	1.66
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.23      +3 -3      JavaScriptCore/kjs/nodes.h
  
  Index: nodes.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/nodes.h,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- nodes.h	21 Jun 2005 08:25:22 -0000	1.22
  +++ nodes.h	14 Jul 2005 18:27:03 -0000	1.23
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -1036,6 +1036,6 @@
       ProgramNode(SourceElementsNode *s);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/nodes2string.cpp
  
  Index: nodes2string.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/nodes2string.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- nodes2string.cpp	22 Jan 2003 00:11:44 -0000	1.10
  +++ nodes2string.cpp	14 Jul 2005 18:27:03 -0000	1.11
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.17      +1 -1      JavaScriptCore/kjs/number_object.cpp
  
  Index: number_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/number_object.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- number_object.cpp	10 Aug 2004 18:43:51 -0000	1.16
  +++ number_object.cpp	14 Jul 2005 18:27:03 -0000	1.17
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.7       +2 -2      JavaScriptCore/kjs/number_object.h
  
  Index: number_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/number_object.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- number_object.h	3 Aug 2004 22:45:51 -0000	1.6
  +++ number_object.h	14 Jul 2005 18:27:03 -0000	1.7
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -94,6 +94,6 @@
       Object construct(const List &);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.46      +2 -2      JavaScriptCore/kjs/object.cpp
  
  Index: object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/object.cpp,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- object.cpp	3 Jul 2005 10:47:53 -0000	1.45
  +++ object.cpp	14 Jul 2005 18:27:03 -0000	1.46
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.37      +17 -11    JavaScriptCore/kjs/object.h
  
  Index: object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/object.h,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- object.h	3 Jul 2005 10:47:53 -0000	1.36
  +++ object.h	14 Jul 2005 18:27:03 -0000	1.37
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -101,7 +101,7 @@
        * Converts a Value into an Object. If the value's type is not ObjectType,
        * a null object will be returned (i.e. one with it's internal pointer set
        * to 0). If you do not know for sure whether the value is of type
  -     * ObjectType, you should check the @ref isNull() methods afterwards before
  +     * ObjectType, you should check the isValid() methods afterwards before
        * calling any methods on the Object.
        *
        * @return The value converted to an object
  @@ -245,7 +245,7 @@
        * this is discouraged.
        *
        * If an error occurs during construction, the execution state's exception
  -     * will be set. This can be tested for with @ref ExecState::hadException().
  +     * will be set. This can be tested for with ExecState::hadException().
        * Under some circumstances, the exception object may also be returned.
        *
        * Note: This function should not be called if implementsConstruct() returns
  @@ -300,12 +300,12 @@
       bool implementsHasInstance() const;
   
       /**
  -     * Checks whether value delegates behaviour to this object. Used by the
  +     * Checks whether value delegates behavior to this object. Used by the
        * instanceof operator.
        *
        * @param exec The current execution state
        * @param value The value to check
  -     * @return true if value delegates behaviour to this object, otherwise
  +     * @return true if value delegates behavior to this object, otherwise
        * false
        */
       Boolean hasInstance(ExecState *exec, const Value &value);
  @@ -316,6 +316,7 @@
        * extra object in it's scope. An example of this is functions declared
        * inside other functions:
        *
  +     * \code
        * function f() {
        *
        *   function b() {
  @@ -326,6 +327,7 @@
        *   // do some stuff
        * }
        * f.prototype = new String();
  +     * \endcode
        *
        * When the function f.b is executed, its scope will include properties of
        * f. So in the example above the return value of f.b() would be the new
  @@ -406,7 +408,7 @@
       /**
        * A pointer to a ClassInfo struct for this class. This provides a basic
        * facility for run-time type information, and can be used to check an
  -     * object's class an inheritance (see @ref inherits()). This should
  +     * object's class an inheritance (see inherits()). This should
        * always return a statically declared pointer, or 0 to indicate that
        * there is no class information.
        *
  @@ -417,6 +419,7 @@
        * where FooImp inherits from BarImp, you would add the following in your
        * class declarations:
        *
  +     * \code
        *   class BarImp : public ObjectImp {
        *     virtual const ClassInfo *classInfo() const { return &info; }
        *     static const ClassInfo info;
  @@ -428,11 +431,14 @@
        *     static const ClassInfo info;
        *     // ...
        *   };
  +     * \endcode
        *
        * And in your source file:
        *
  +     * \code
        *   const ClassInfo BarImp::info = {0, 0, 0}; // no parent class
        *   const ClassInfo FooImp::info = {&BarImp::info, 0, 0};
  +     * \endcode
        *
        * @see inherits()
        */
  @@ -452,7 +458,7 @@
        *   }
        *
        * If you have a handle to a statically declared ClassInfo, such as in the
  -     * @ref classInfo() example, you can check for inheritance without needing
  +     * classInfo() example, you can check for inheritance without needing
        * an instance of the other class:
        *
        *   if (obj1->inherits(FooImp::info)) {
  @@ -482,8 +488,8 @@
        * Objects)
        *
        * The default implementation uses classInfo().
  -     * You should either implement @ref classInfo(), or
  -     * if you simply need a classname, you can reimplement @ref className()
  +     * You should either implement classInfo(), or
  +     * if you simply need a classname, you can reimplement className()
        * instead.
        *
        * @see Object::className()
  @@ -660,7 +666,7 @@
                            int sourceId = -1, const UString *sourceURL = 0);
   
       /**
  -     * Array of error names corresponding to @ref ErrorType
  +     * Array of error names corresponding to ErrorType
        */
       static const char * const * const errorNames;
     };
  
  
  
  1.11      +1 -1      JavaScriptCore/kjs/object_object.cpp
  
  Index: object_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/object_object.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- object_object.cpp	14 Jul 2005 17:24:26 -0000	1.10
  +++ object_object.cpp	14 Jul 2005 18:27:03 -0000	1.11
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.8       +2 -2      JavaScriptCore/kjs/object_object.h
  
  Index: object_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/object_object.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- object_object.h	14 Jul 2005 17:24:26 -0000	1.7
  +++ object_object.h	14 Jul 2005 18:27:03 -0000	1.8
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -76,6 +76,6 @@
       virtual Value call(ExecState *exec, Object &thisObj, const List &args);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.7       +2 -2      JavaScriptCore/kjs/operations.cpp
  
  Index: operations.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/operations.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- operations.cpp	20 Apr 2005 10:14:35 -0000	1.6
  +++ operations.cpp	14 Jul 2005 18:27:03 -0000	1.7
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.5       +3 -3      JavaScriptCore/kjs/operations.h
  
  Index: operations.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/operations.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- operations.h	20 Apr 2005 10:14:35 -0000	1.4
  +++ operations.h	14 Jul 2005 18:27:03 -0000	1.5
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -50,7 +50,7 @@
     bool equal(ExecState *exec, const Value& v1, const Value& v2);
     bool strictEqual(ExecState *exec, const Value &v1, const Value &v2);
     /**
  -   * This operator performs an abstract relational comparision of the two
  +   * This operator performs an abstract relational comparison of the two
      * arguments that can be of arbitrary type. If possible, conversions to the
      * string or number type will take place before the comparison.
      *
  
  
  
  1.42      +2 -2      JavaScriptCore/kjs/property_map.cpp
  
  Index: property_map.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/property_map.cpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- property_map.cpp	20 Apr 2005 10:14:35 -0000	1.41
  +++ property_map.cpp	14 Jul 2005 18:27:03 -0000	1.42
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.21      +13 -3     JavaScriptCore/kjs/property_map.h
  
  Index: property_map.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/property_map.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- property_map.h	18 Aug 2004 00:07:10 -0000	1.20
  +++ property_map.h	14 Jul 2005 18:27:03 -0000	1.21
  @@ -1,3 +1,4 @@
  +// -*- c-basic-offset: 2 -*-
   /*
    *  This file is part of the KDE libraries
    *  Copyright (C) 2004 Apple Computer, Inc.
  @@ -14,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -34,6 +35,9 @@
       
       struct PropertyMapHashTable;
       
  +/**
  +* Saved Properties
  +*/
       class SavedProperties {
       friend class PropertyMap;
       public:
  @@ -48,6 +52,9 @@
           SavedProperties& operator=(const SavedProperties&);
       };
       
  +/**
  +* A hashtable entry for the @ref PropertyMap.
  +*/
       struct PropertyMapHashTableEntry
       {
           PropertyMapHashTableEntry() : key(0) { }
  @@ -56,6 +63,9 @@
           int attributes;
           int index;
       };
  +/**
  +* Javascript Property Map.
  +*/
   
       class PropertyMap {
       public:
  @@ -94,6 +104,6 @@
           Entry _singleEntry;
       };
   
  -}; // namespace
  +} // namespace
   
   #endif // _KJS_PROPERTY_MAP_H_
  
  
  
  1.12      +2 -2      JavaScriptCore/kjs/reference.cpp
  
  Index: reference.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/reference.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- reference.cpp	29 Jun 2005 16:32:27 -0000	1.11
  +++ reference.cpp	14 Jul 2005 18:27:03 -0000	1.12
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.10      +2 -2      JavaScriptCore/kjs/reference.h
  
  Index: reference.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/reference.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- reference.h	20 Apr 2005 10:14:35 -0000	1.9
  +++ reference.h	14 Jul 2005 18:27:03 -0000	1.10
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.6       +2 -2      JavaScriptCore/kjs/reference_list.cpp
  
  Index: reference_list.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/reference_list.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- reference_list.cpp	22 Apr 2004 16:53:35 -0000	1.5
  +++ reference_list.cpp	14 Jul 2005 18:27:03 -0000	1.6
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.7       +2 -2      JavaScriptCore/kjs/reference_list.h
  
  Index: reference_list.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/reference_list.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- reference_list.h	22 Jan 2003 00:11:44 -0000	1.6
  +++ reference_list.h	14 Jul 2005 18:27:03 -0000	1.7
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.11      +1 -1      JavaScriptCore/kjs/regexp.cpp
  
  Index: regexp.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/regexp.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- regexp.cpp	10 Aug 2004 21:35:09 -0000	1.10
  +++ regexp.cpp	14 Jul 2005 18:27:03 -0000	1.11
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.7       +2 -2      JavaScriptCore/kjs/regexp.h
  
  Index: regexp.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/regexp.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- regexp.h	5 Jun 2003 00:11:22 -0000	1.6
  +++ regexp.h	14 Jul 2005 18:27:03 -0000	1.7
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -63,6 +63,6 @@
       RegExp &operator=(const RegExp &);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.18      +1 -1      JavaScriptCore/kjs/regexp_object.cpp
  
  Index: regexp_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/regexp_object.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- regexp_object.cpp	10 Aug 2004 18:43:51 -0000	1.17
  +++ regexp_object.cpp	14 Jul 2005 18:27:03 -0000	1.18
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.8       +2 -2      JavaScriptCore/kjs/regexp_object.h
  
  Index: regexp_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/regexp_object.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- regexp_object.h	2 Aug 2004 23:38:57 -0000	1.7
  +++ regexp_object.h	14 Jul 2005 18:27:03 -0000	1.8
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -84,6 +84,6 @@
       uint lastNrSubPatterns;
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/scope_chain.cpp
  
  Index: scope_chain.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/scope_chain.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- scope_chain.cpp	13 Sep 2004 22:44:28 -0000	1.10
  +++ scope_chain.cpp	14 Jul 2005 18:27:03 -0000	1.11
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.9       +3 -3      JavaScriptCore/kjs/scope_chain.h
  
  Index: scope_chain.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/scope_chain.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- scope_chain.h	15 Apr 2005 01:26:26 -0000	1.8
  +++ scope_chain.h	14 Jul 2005 18:27:03 -0000	1.9
  @@ -14,8 +14,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -70,6 +70,6 @@
           void release();
       };
   
  -}; // namespace KJS
  +} // namespace KJS
   
   #endif // KJS_SCOPE_CHAIN_H
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/simple_number.h
  
  Index: simple_number.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/simple_number.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- simple_number.h	20 Apr 2005 10:14:35 -0000	1.10
  +++ simple_number.h	14 Jul 2005 18:27:03 -0000	1.11
  @@ -15,8 +15,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.39      +1 -1      JavaScriptCore/kjs/string_object.cpp
  
  Index: string_object.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/string_object.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- string_object.cpp	3 Jul 2005 10:47:53 -0000	1.38
  +++ string_object.cpp	14 Jul 2005 18:27:03 -0000	1.39
  @@ -16,7 +16,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  
  
  
  1.11      +2 -2      JavaScriptCore/kjs/string_object.h
  
  Index: string_object.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/string_object.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- string_object.h	3 Jul 2005 10:47:53 -0000	1.10
  +++ string_object.h	14 Jul 2005 18:27:03 -0000	1.11
  @@ -15,7 +15,7 @@
    *
    *  You should have received a copy of the GNU Lesser General Public
    *  License along with this library; if not, write to the Free Software
  - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
    *
    */
   
  @@ -112,7 +112,7 @@
       virtual Value call(ExecState *exec, Object &thisObj, const List &args);
     };
   
  -}; // namespace
  +} // namespace
   
   #endif
   
  
  
  
  1.12      +2 -2      JavaScriptCore/kjs/testkjs.cpp
  
  Index: testkjs.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/testkjs.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- testkjs.cpp	12 Aug 2004 17:21:29 -0000	1.11
  +++ testkjs.cpp	14 Jul 2005 18:27:03 -0000	1.12
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.20      +2 -2      JavaScriptCore/kjs/types.h
  
  Index: types.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/types.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- types.h	22 Nov 2002 23:20:01 -0000	1.19
  +++ types.h	14 Jul 2005 18:27:03 -0000	1.20
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.57      +2 -2      JavaScriptCore/kjs/ustring.cpp
  
  Index: ustring.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/ustring.cpp,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- ustring.cpp	28 Jun 2005 00:02:08 -0000	1.56
  +++ ustring.cpp	14 Jul 2005 18:27:03 -0000	1.57
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.37      +12 -12    JavaScriptCore/kjs/ustring.h
  
  Index: ustring.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/ustring.h,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- ustring.h	20 Apr 2005 10:14:35 -0000	1.36
  +++ ustring.h	14 Jul 2005 18:27:03 -0000	1.37
  @@ -16,8 +16,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -112,16 +112,16 @@
     /**
      * @short Dynamic reference to a string character.
      *
  -   * UCharReference is the dynamic counterpart of @ref UChar. It's used when
  -   * characters retrieved via index from a @ref UString are used in an
  +   * UCharReference is the dynamic counterpart of UChar. It's used when
  +   * characters retrieved via index from a UString are used in an
      * assignment expression (and therefore can't be treated as being const):
  -   * <pre>
  +   * \code
      * UString s("hello world");
      * s[0] = 'H';
  -   * </pre>
  +   * \endcode
      *
      * If that sounds confusing your best bet is to simply forget about the
  -   * existance of this class and treat is as being identical to @ref UChar.
  +   * existence of this class and treat is as being identical to UChar.
      */
     class UCharReference {
       friend class UString;
  @@ -277,11 +277,11 @@
        * implementation for a construction from QString.
        *
        * Note: feel free to contact me if you want to see a dummy header for
  -     * your favourite FooString class here !
  +     * your favorite FooString class here !
        */
       UString(const QString &);
       /**
  -     * Convenience declaration only ! See @ref UString(const QString&).
  +     * Convenience declaration only ! See UString(const QString&).
        */
       UString(const DOM::DOMString &);
       /**
  @@ -333,7 +333,7 @@
       UString &append(UChar c) { return append(c.uc); }
   
       /**
  -     * @return The string converted to the 8-bit string type @ref CString().
  +     * @return The string converted to the 8-bit string type CString().
        */
       CString cstring() const;
       /**
  @@ -393,7 +393,7 @@
       /**
        * Use this if you want to make sure that this string is a plain ASCII
        * string. For example, if you don't want to lose any information when
  -     * using @ref cstring() or @ref ascii().
  +     * using cstring() or ascii().
        *
        * @return True if the string doesn't contain any non-ASCII characters.
        */
  @@ -517,6 +517,6 @@
     // Returns -1 if the sequence is not valid (including presence of extra bytes).
     int decodeUTF8Sequence(const char *);
   
  -}; // namespace
  +} // namespace
   
   #endif
  
  
  
  1.26      +2 -2      JavaScriptCore/kjs/value.cpp
  
  Index: value.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/value.cpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- value.cpp	9 May 2005 23:57:33 -0000	1.25
  +++ value.cpp	14 Jul 2005 18:27:03 -0000	1.26
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  
  
  
  1.32      +10 -10    JavaScriptCore/kjs/value.h
  
  Index: value.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/value.h,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- value.h	1 Jul 2005 09:55:02 -0000	1.31
  +++ value.h	14 Jul 2005 18:27:04 -0000	1.32
  @@ -17,8 +17,8 @@
    *
    *  You should have received a copy of the GNU Library General Public License
    *  along with this library; see the file COPYING.LIB.  If not, write to
  - *  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  - *  Boston, MA 02111-1307, USA.
  + *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  + *  Boston, MA 02110-1301, USA.
    *
    */
   
  @@ -238,7 +238,7 @@
       /**
        * Checks whether or not the value is of a particular tpye
        *
  -     * @param The type to compare with
  +     * @param t The type to compare with
        * @return true if the value is of the specified type, otherwise false
        */
       bool isA(Type t) const { return rep->dispatchType() == t; }
  @@ -316,7 +316,7 @@
        * Converts a Value into an Undefined. If the value's type is not
        * UndefinedType, a null object will be returned (i.e. one with it's
        * internal pointer set to 0). If you do not know for sure whether the
  -     * value is of type UndefinedType, you should check the @ref isNull()
  +     * value is of type UndefinedType, you should check the isValid()
        * methods afterwards before calling any methods on the returned value.
        *
        * @return The value converted to an Undefined
  @@ -341,7 +341,7 @@
        * Converts a Value into an Null. If the value's type is not NullType,
        * a null object will be returned (i.e. one with it's internal pointer set
        * to 0). If you do not know for sure whether the value is of type
  -     * NullType, you should check the @ref isNull() methods afterwards before
  +     * NullType, you should check the isValid() methods afterwards before
        * calling any methods on the returned value.
        *
        * @return The value converted to a Null
  @@ -353,7 +353,7 @@
     };
   
     /**
  -   * Represents an primitive Null value
  +   * Represents an primitive Boolean value
      */
     class Boolean : public Value {
     public:
  @@ -363,7 +363,7 @@
        * Converts a Value into an Boolean. If the value's type is not BooleanType,
        * a null object will be returned (i.e. one with it's internal pointer set
        * to 0). If you do not know for sure whether the value is of type
  -     * BooleanType, you should check the @ref isNull() methods afterwards before
  +     * BooleanType, you should check the isValid() methods afterwards before
        * calling any methods on the returned value.
        *
        * @return The value converted to a Boolean
  @@ -377,7 +377,7 @@
     };
   
     /**
  -   * Represents an primitive Null value
  +   * Represents an primitive String value
      */
     class String : public Value {
     public:
  @@ -387,7 +387,7 @@
        * Converts a Value into an String. If the value's type is not StringType,
        * a null object will be returned (i.e. one with it's internal pointer set
        * to 0). If you do not know for sure whether the value is of type
  -     * StringType, you should check the @ref isNull() methods afterwards before
  +     * StringType, you should check the isValid() methods afterwards before
        * calling any methods on the returned value.
        *
        * @return The value converted to a String
  @@ -426,7 +426,7 @@
        * Converts a Value into an Number. If the value's type is not NumberType,
        * a null object will be returned (i.e. one with it's internal pointer set
        * to 0). If you do not know for sure whether the value is of type
  -     * NumberType, you should check the @ref isNull() methods afterwards before
  +     * NumberType, you should check the isNull() methods afterwards before
        * calling any methods on the returned value.
        *
        * @return The value converted to a Number
  
  
  



More information about the webkit-changes mailing list