2009 -> 2010
svn: r17383
This commit is contained in:
parent
d3e8978b55
commit
d51cae1708
|
@ -1,5 +1,5 @@
|
||||||
;; Main compilation procedures
|
;; Main compilation procedures
|
||||||
;; (c) 1997-2009 PLT
|
;; (c) 1997-2010 PLT
|
||||||
|
|
||||||
;; The various procedures provided by this library are implemented
|
;; The various procedures provided by this library are implemented
|
||||||
;; by dynamically linking to code supplied by the MzLib, dynext, and
|
;; by dynamically linking to code supplied by the MzLib, dynext, and
|
||||||
|
|
|
@ -401,7 +401,7 @@
|
||||||
(parse-options (current-command-line-arguments)))
|
(parse-options (current-command-line-arguments)))
|
||||||
|
|
||||||
(when (compiler:option:somewhat-verbose)
|
(when (compiler:option:somewhat-verbose)
|
||||||
(printf "mzc v~a [~a], Copyright (c) 2004-2009 PLT Scheme Inc.\n"
|
(printf "mzc v~a [~a], Copyright (c) 2004-2010 PLT Scheme Inc.\n"
|
||||||
(version)
|
(version)
|
||||||
(system-type 'gc)))
|
(system-type 'gc)))
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(provide md5)
|
(provide md5)
|
||||||
|
|
||||||
;;; Copyright (c) 2005-2009, PLT Scheme Inc.
|
;;; Copyright (c) 2005-2010, PLT Scheme Inc.
|
||||||
;;; Copyright (c) 2002, Jens Axel Soegaard
|
;;; Copyright (c) 2002, Jens Axel Soegaard
|
||||||
;;;
|
;;;
|
||||||
;;; Permission to copy this software, in whole or in part, to use this software
|
;;; Permission to copy this software, in whole or in part, to use this software
|
||||||
|
|
|
@ -28,7 +28,7 @@ for more information.
|
||||||
@copyright{
|
@copyright{
|
||||||
PLT Scheme
|
PLT Scheme
|
||||||
Copyright (c) 1995-2003 PLT
|
Copyright (c) 1995-2003 PLT
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
}
|
}
|
||||||
|
|
||||||
PLT software includes or extends the following copyrighted material:
|
PLT software includes or extends the following copyrighted material:
|
||||||
|
@ -36,21 +36,21 @@ PLT software includes or extends the following copyrighted material:
|
||||||
@copyright{
|
@copyright{
|
||||||
DrScheme
|
DrScheme
|
||||||
Copyright (c) 1995-2003 PLT
|
Copyright (c) 1995-2003 PLT
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
}
|
}
|
||||||
|
|
||||||
@copyright{
|
@copyright{
|
||||||
MrEd
|
MrEd
|
||||||
Copyright (c) 1995-2003 PLT
|
Copyright (c) 1995-2003 PLT
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
}
|
}
|
||||||
|
|
||||||
@copyright{
|
@copyright{
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 1995-2003 PLT
|
Copyright (c) 1995-2003 PLT
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; sgl -- An OpenGL extension of MzScheme
|
;; sgl -- An OpenGL extension of MzScheme
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) 2003-2009 Scott Owens <sowens@cs.utah.edu>
|
;; Copyright (C) 2003-2010 Scott Owens <sowens@cs.utah.edu>
|
||||||
;;
|
;;
|
||||||
;; This library is free software; you can redistribute it and/or
|
;; This library is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU Lesser General Public License
|
;; modify it under the terms of the GNU Lesser General Public License
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; Copyright (C) 2005-2009 by Chongkai Zhu.
|
;;; Copyright (C) 2005-2010 by Chongkai Zhu.
|
||||||
|
|
||||||
(module vector-lib mzscheme
|
(module vector-lib mzscheme
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT
|
;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT
|
||||||
;; Scheme.
|
;; Scheme.
|
||||||
;; Copyright (C) 2007-2009 Chongkai Zhu
|
;; Copyright (C) 2007-2010 Chongkai Zhu
|
||||||
|
|
||||||
;; Released under the same terms as the SRFI reference implementation.
|
;; Released under the same terms as the SRFI reference implementation.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;; Copyright (c) 2009 Derick Eddington. All rights reserved.
|
;; Copyright (c) 2009-2010 Derick Eddington. All rights reserved.
|
||||||
|
|
||||||
;; Permission is hereby granted, free of charge, to any person obtaining a
|
;; Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
;; copy of this software and associated documentation files (the "Software"),
|
;; copy of this software and associated documentation files (the "Software"),
|
||||||
|
|
|
@ -137,7 +137,7 @@ Swindle environment.
|
||||||
|
|
||||||
====< Copyright Notice >================================================
|
====< Copyright Notice >================================================
|
||||||
|
|
||||||
Copyright (C) 1998-2009 Eli Barzilay (eli@barzilay.org)
|
Copyright (C) 1998-2010 Eli Barzilay (eli@barzilay.org)
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify
|
This library is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as
|
it under the terms of the GNU Lesser General Public License as
|
||||||
|
|
|
@ -164,7 +164,7 @@ mpost(1).
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
Copyright 1997-2009 by Dorai Sitaram.
|
Copyright 1997-2010 by Dorai Sitaram.
|
||||||
|
|
||||||
Permission to distribute and use this work for any purpose is
|
Permission to distribute and use this work for any purpose is
|
||||||
hereby granted provided this copyright notice is included in
|
hereby granted provided this copyright notice is included in
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
||||||
* Author: Matthew Flatt
|
* Author: Matthew Flatt
|
||||||
* Created: 1995
|
* Created: 1995
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1995-2000, Matthew Flatt
|
* Copyright: (c) 1995-2000, Matthew Flatt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc);
|
||||||
# define mrVERSION_SUFFIX " [cgc]"
|
# define mrVERSION_SUFFIX " [cgc]"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2009 PLT Scheme Inc.\n"
|
#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2010 PLT Scheme Inc.\n"
|
||||||
|
|
||||||
#ifndef WCONSOLE_STDIO
|
#ifndef WCONSOLE_STDIO
|
||||||
# if defined(wx_msw)
|
# if defined(wx_msw)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Purpose: MrEd MacOS event loop
|
* Purpose: MrEd MacOS event loop
|
||||||
* Author: Matthew Flatt
|
* Author: Matthew Flatt
|
||||||
* Created: 1996
|
* Created: 1996
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1996, Matthew Flatt
|
* Copyright: (c) 1996, Matthew Flatt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Purpose: MrEd Windows event loop
|
* Purpose: MrEd Windows event loop
|
||||||
* Author: Matthew Flatt
|
* Author: Matthew Flatt
|
||||||
* Created: 1996
|
* Created: 1996
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1996, Matthew Flatt
|
* Copyright: (c) 1996, Matthew Flatt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Purpose: MrEd X Windows event loop
|
* Purpose: MrEd X Windows event loop
|
||||||
* Author: Matthew Flatt
|
* Author: Matthew Flatt
|
||||||
* Created: 1996
|
* Created: 1996
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1996, Matthew Flatt
|
* Copyright: (c) 1996, Matthew Flatt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
||||||
* Author: Matthew Flatt
|
* Author: Matthew Flatt
|
||||||
* Created: 1995
|
* Created: 1995
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1995-2000, Matthew Flatt
|
* Copyright: (c) 1995-2000, Matthew Flatt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Precise GC for MzScheme
|
Precise GC for MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1999 Matthew Flatt
|
Copyright (c) 1999 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Precise GC for MzScheme
|
Precise GC for MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1999 Matthew Flatt
|
Copyright (c) 1999 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2000 Matthew Flatt
|
Copyright (c) 1995-2000 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
SenoraGC, a relatively portable conservative GC for a slightly
|
SenoraGC, a relatively portable conservative GC for a slightly
|
||||||
cooperative environment
|
cooperative environment
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1996-98 Matthew Flatt
|
Copyright (c) 1996-98 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
|
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2002 Matthew Flatt
|
Copyright (c) 1995-2002 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2006-2009 PLT Scheme Inc.
|
Copyright (c) 2006-2010 PLT Scheme Inc.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU Library General Public
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2006-2009 PLT Scheme Inc.
|
Copyright (c) 2006-2010 PLT Scheme Inc.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU Library General Public
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Mzscheme
|
Mzscheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* @(#)regexp.c 1.3 of 18 April 87
|
* @(#)regexp.c 1.3 of 18 April 87
|
||||||
* Revised for PLT MzScheme, 1995-2001
|
* Revised for PLT MzScheme, 1995-2001
|
||||||
* Copyright (c) 2004-2009 PLT Scheme Inc.
|
* Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1986 by University of Toronto.
|
* Copyright (c) 1986 by University of Toronto.
|
||||||
* Written by Henry Spencer. Not derived from licensed software.
|
* Written by Henry Spencer. Not derived from licensed software.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
@ -1945,7 +1945,7 @@ char *scheme_banner(void)
|
||||||
else
|
else
|
||||||
return "Welcome to MzScheme"
|
return "Welcome to MzScheme"
|
||||||
" v" MZSCHEME_VERSION VERSION_SUFFIX
|
" v" MZSCHEME_VERSION VERSION_SUFFIX
|
||||||
", Copyright (c) 2004-2009 PLT Scheme Inc.\n";
|
", Copyright (c) 2004-2010 PLT Scheme Inc.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void scheme_set_banner(char *s)
|
void scheme_set_banner(char *s)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 2000-2001 Matthew Flatt
|
Copyright (c) 2000-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
MzScheme
|
MzScheme
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -40,7 +40,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "PLT Scheme GUI application\0"
|
VALUE "FileDescription", "PLT Scheme GUI application\0"
|
||||||
VALUE "InternalName", "MrEd\0"
|
VALUE "InternalName", "MrEd\0"
|
||||||
VALUE "FileVersion", "4, 2, 3, 8\0"
|
VALUE "FileVersion", "4, 2, 3, 8\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 1995-2009\0"
|
VALUE "LegalCopyright", "Copyright © 1995-2010\0"
|
||||||
VALUE "OriginalFilename", "MrEd.exe\0"
|
VALUE "OriginalFilename", "MrEd.exe\0"
|
||||||
VALUE "ProductName", "PLT Scheme\0"
|
VALUE "ProductName", "PLT Scheme\0"
|
||||||
VALUE "ProductVersion", "4, 2, 3, 8\0"
|
VALUE "ProductVersion", "4, 2, 3, 8\0"
|
||||||
|
|
|
@ -72,7 +72,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "MzCOM Module"
|
VALUE "FileDescription", "MzCOM Module"
|
||||||
VALUE "FileVersion", "4, 2, 3, 8"
|
VALUE "FileVersion", "4, 2, 3, 8"
|
||||||
VALUE "InternalName", "MzCOM"
|
VALUE "InternalName", "MzCOM"
|
||||||
VALUE "LegalCopyright", "Copyright 2000-2009 PLT (Paul Steckler)"
|
VALUE "LegalCopyright", "Copyright 2000-2010 PLT (Paul Steckler)"
|
||||||
VALUE "OriginalFilename", "MzCOM.EXE"
|
VALUE "OriginalFilename", "MzCOM.EXE"
|
||||||
VALUE "ProductName", "MzCOM Module"
|
VALUE "ProductName", "MzCOM Module"
|
||||||
VALUE "ProductVersion", "4, 2, 3, 8"
|
VALUE "ProductVersion", "4, 2, 3, 8"
|
||||||
|
@ -106,10 +106,10 @@ FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
|
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
|
||||||
CTEXT "MzCOM v. 4.2",IDC_STATIC,71,8,61,8
|
CTEXT "MzCOM v. 4.2",IDC_STATIC,71,8,61,8
|
||||||
CTEXT "Copyright (c) 2000-2009 PLT (Paul Steckler)",IDC_STATIC,
|
CTEXT "Copyright (c) 2000-2010 PLT (Paul Steckler)",IDC_STATIC,
|
||||||
41,20,146,9
|
41,20,146,9
|
||||||
CTEXT "MzScheme v. 4.2",IDC_STATIC,64,35,75,8
|
CTEXT "MzScheme v. 4.2",IDC_STATIC,64,35,75,8
|
||||||
CTEXT "Copyright (c) 1995-2009 PLT Inc.",IDC_STATIC,
|
CTEXT "Copyright (c) 1995-2010 PLT Inc.",IDC_STATIC,
|
||||||
30,47,143,8
|
30,47,143,8
|
||||||
ICON MZICON,IDC_STATIC,11,16,20,20
|
ICON MZICON,IDC_STATIC,11,16,20,20
|
||||||
END
|
END
|
||||||
|
|
|
@ -49,7 +49,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "PLT Scheme application\0"
|
VALUE "FileDescription", "PLT Scheme application\0"
|
||||||
VALUE "InternalName", "MzScheme\0"
|
VALUE "InternalName", "MzScheme\0"
|
||||||
VALUE "FileVersion", "4, 2, 3, 8\0"
|
VALUE "FileVersion", "4, 2, 3, 8\0"
|
||||||
VALUE "LegalCopyright", "Copyright <20>© 1995-2009\0"
|
VALUE "LegalCopyright", "Copyright <20>© 1995-2010\0"
|
||||||
VALUE "OriginalFilename", "mzscheme.exe\0"
|
VALUE "OriginalFilename", "mzscheme.exe\0"
|
||||||
VALUE "ProductName", "PLT Scheme\0"
|
VALUE "ProductName", "PLT Scheme\0"
|
||||||
VALUE "ProductVersion", "4, 2, 3, 8\0"
|
VALUE "ProductVersion", "4, 2, 3, 8\0"
|
||||||
|
|
|
@ -52,7 +52,7 @@ BEGIN
|
||||||
#ifdef MZSTART
|
#ifdef MZSTART
|
||||||
VALUE "InternalName", "mzstart\0"
|
VALUE "InternalName", "mzstart\0"
|
||||||
#endif
|
#endif
|
||||||
VALUE "LegalCopyright", "Copyright © 1996-2009\0"
|
VALUE "LegalCopyright", "Copyright © 1996-2010\0"
|
||||||
#ifdef MRSTART
|
#ifdef MRSTART
|
||||||
VALUE "OriginalFilename", "MrStart.exe\0"
|
VALUE "OriginalFilename", "MrStart.exe\0"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
||||||
*
|
*
|
||||||
* Copyright: (C) 2004-2009 PLT Scheme Inc.
|
* Copyright: (C) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
||||||
* Copyright: (C) 1995, GNU (Markus)
|
* Copyright: (C) 1995, GNU (Markus)
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
||||||
*
|
*
|
||||||
* Copyright: (C) 2004-2009 PLT Scheme Inc.
|
* Copyright: (C) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
||||||
* Copyright: (C) 1995, GNU (Markus)
|
* Copyright: (C) 1995, GNU (Markus)
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated: August 1994
|
* Updated: August 1994
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated: August 1994
|
* Updated: August 1994
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated: August 1994
|
* Updated: August 1994
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
MrEd interface to various garbage collectors, including the Boehm
|
MrEd interface to various garbage collectors, including the Boehm
|
||||||
collector, SenoraGC, and MzScheme's precise collector.
|
collector, SenoraGC, and MzScheme's precise collector.
|
||||||
|
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
|
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
MrEd interface to various garbage collectors, including the Boehm
|
MrEd interface to various garbage collectors, including the Boehm
|
||||||
collector, SenoraGC, and MzScheme's precise collector.
|
collector, SenoraGC, and MzScheme's precise collector.
|
||||||
|
|
||||||
Copyright (c) 2004-2009 PLT Scheme Inc.
|
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* 7/3/95 pulled in some 16.2 changes - Cecil Coupe
|
* 7/3/95 pulled in some 16.2 changes - Cecil Coupe
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: Julian Smart
|
* Author: Julian Smart
|
||||||
* Created: 1993
|
* Created: 1993
|
||||||
* Updated:
|
* Updated:
|
||||||
* Copyright: (c) 2004-2009 PLT Scheme Inc.
|
* Copyright: (c) 2004-2010 PLT Scheme Inc.
|
||||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user