AminetAminet
Search:
84478 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/rexx/ral3p7all.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:RexxArpLib.library - open up some OS functions to REXX programs
Author:Willy Langeveld and Joanne Dow
Uploader:http://home earthlink net/~jdow/indexamiga html
Version:3.7 packaged 19 Jan 2001
Architecture:m68k-amigaos
Desired:iff.library (23.2) or later
Contents:Source and executable
Date:2001-01-20
Download:http://aminet.net/util/rexx/ral3p7all.lha - View contents
Readme:http://aminet.net/util/rexx/ral3p7all.readme
Downloads:374

+----------------------------------------------------------------------+
|                                                                      |
|                  D I S C L A I M E R   N O T I C E                   |
|                                                                      |
|  This document and/or  portions of the material and  data furnished  |
|  herewith,  was developed under sponsorship of the U.S. Government.  |
|  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
|  Junior University, nor their employees,  nor their respective con-  |
|  tractors, subcontractors, or their employees, makes  any warranty,  |
|  express or implied, or assumes any liability or responsibility for  |
|  accuracy,  completeness or  usefulness of any information, appara-  |
|  tus, product or process disclosed, or represents that its use will  |
|  not infringe privately-owned rights.  Mention of any product,  its  |
|  manufacturer, or suppliers shall not, nor is it intended to, imply  |
|  approval, disapproval, or fitness for any particular use. The U.S.  |
|  and  the University at all times  retain the right to use and dis-  |
|  seminate same for any purpose whatsoever.                           |
|                                                                      |
+----------------------------------------------------------------------+


                    RexxArpLib.Library Version 3.7
                    ==============================

                                by

                          W.G.J. Langeveld
                 Stanford Linear Accelerrator Center

             Copyright (C) 1988, 1989, 1990, 1992, 1993, 1994
           The Trustees of the Leland Stanford Junior University

                        All Rights Reserved

                  Modifications to version 3.6 by
                            Joanne B. Dow
                          Wizardess Designs
                                  
                   Modifications Copyright © 1998-2000
                 Joanne B. Dow and Wizardess Designs
                                  
                         All Rights Reserved
                                  

	RexxArpLib version 3.7 source release
	=====================================

	This version adds two entry points and optional function prefixes.
The functions SetPubScreenMode() and GetDefPublicScreen() have been added
to allow additional screen manipulation for public screens, whether or not
they were opened by rexxarplib.library. And any function name will also
be matched when preceeded by "RALP_". This RALP_GetDefPublicScreen() will
work the same as GetDefPublicScreen().

	RexxArpLib version 3.6 source release
	=====================================

	This version has been ammended to use SAS C version 6.58 or later.
It was compiled the 26th June 1998. As stated below in Willy's version
3.3 transmittal letter the source code is *not* public domain, but it
is freely distributable through BIX immediately and through other means
after the first of January 1999.

	This version corrects some excessive stack usage problems that cause
failures and "hits" when run with Picasso96 (and no doubt other) graphics
accelerator drivers. The ASL requester handling placed too large an
automatic variable burden on the stack leading to stack overruns and hard
to trace crashes.

	This version also includes some fixes to the screen handling pen
designations. Also attempting to open a screen that already exists is now
safe. The old code would close the already existant screen on exit
leading to deferred crash problems. Note that you can call the CloseScreen
Function on an existing screen that rexxarplib.library did not open and
cause it to close. This is a dangerous use so be careful with it.


	RexxArpLib version 3.3 source release
	=====================================

	This is the same version as below, except with source. The last
time this version was compiled was around 20 april 1994, with Lattice C
version 5.2 (I think). The makefile reflects this. Since it has been
four years since anything changed, I'm releasing, herewith, the source
code. Note that the source code is *not* in the public domain, but it
is freely distributable. The source is in the src directory and it and the
makefile will need some work before it allows compiling with a modern
compiler. Before linking the rexxarplib objects, you also need to compile,
and put in a .lib file, the sources in the subdirectory sreq. It is not
quite clear to me if the makefile is correct: it builds xsreqr.lib, rather
than sreqr.lib. The latter is called for by the rexxarplib link file
ral.lnk. The difference between sreqr.lib and xsreqr.lib is that the
latter does not include the "simpmenu" object file, which may be needed
by rexxarplib. I can't remember if rexxarplib 3.3 uses GadTools menus, in
which case xsreqr.lib would be a better choice...
	If you want some history, have a look at the todo.txt file...
Have fun... 8^)

	RexxArpLib version 3.3
	======================

	This version of rexxarplib is a minor update from version 3.0. The
only reason to release it is because it adds one useful feature (a list
requester) and fixes two small bugs. It has been sitting around my disk 
forever, and I might as well release it. This may well be the last version
that will ever be released.

	RexxArpLib version 3.0
	======================

	This version of rexxarplib makes use of a lot of AmigaDOS 2.0
features and has various bugs fixed and a few other enhancements. Yet, it is
smaller than previous versions because it is now completely compiled using
SAS/C version 5.10a.

	RexxArpLib version 2.52
	=======================

	This release was necessary to fix problems with AmigaDOS 2.0
shared screens.

	RexxArpLib version 2.5
	=======================

	This release has a few enhancements and bug fixes, some documentation
corrections, and some stuff related to AmigaDOS 2.0. New function: ShowTitle.
The Area... functions are now quite different. For an example, see
areatest.rexx.

	RexxArpLib version 2.3
	=======================

	A few small bug fixes, an additional feature to FileList(), and the
AmigaDOS or ARP 'version' commands now display the rexxarplib version number
correctly.

	RexxArpLib version 2.2a
	=======================

	I corrected a small problem with IffImage(). No other changes. The size
of this version is 41520 bytes. By the way: get the latest version of
iff.library (version 16.1). Brushes now work!

	RexxArpLib version 2.2
	======================

	There are a few new options in a couple of the functions. A few
documentation deficiencies were fixed. The rexx directory only contains a
few new examples. Updates to the SLAC rexx programs that were in the previous
releases may be forthcoming in a separate archive. The screenshare library is
now included in the libs directory, since rexxarplib needs it. Previous
archives assumed that you had it already. See rexxarplib.doc for details.
The size of this version is 41516 bytes.

	RexxArpLib version 2.1
	======================

	A couple of new functions, a few were extended, and one or two were
slightly modified. The nicest new feature is the ability to display IFF files.
For this you will need Christian Weber's iff.library, though. It is available on
BIX as iff153.zoo: I have not included it in this archive. Have fun.

	RexxArpLib version 2.0
	======================

	For further information, read the documentation in the docs
subdirectory. I have also included a large number of ARexx macros that were
written by Marvin Weinstein here at SLAC. These should serve as examples of how
to write some things, not as ready-to-be-used applications: most of them are
very system dependent, and may require some modification before they run on your
system. Read the ReadmeFirst file in the rexx directory.
	As usual, comments about the library should go to me on BIX,
either by mail to langeveld, or in the amiga.user/arexx topic.
	Also as usual, the library is NOT public domain, but freely
distributable.

	Have fun!

		Willy.


Contents of util/rexx/ral3p7all.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                19388   60163  32.2% -lh5- e506 Apr 10  2000 docs/rexxarplib.doc
[generic]                24539   43280  56.7% -lh5- 61e0 Jun 26  1998 libs/rexxarplib.library
[generic]                  957    1780  53.8% -lh5- c91e Mar 16  1991 libs/screenshare.library
[generic]                  570    1471  38.7% -lh5- 0def Jun 20  1998 rexx/addlibs.rexx
[generic]                  525    2132  24.6% -lh5- af4f Jan 21  1990 rexx/AreaTest.rexx
[generic]                  763    2278  33.5% -lh5- 715b Jan 19  2001 rexx/BIGREDBUTTON.rexx
[generic]                  207     352  58.8% -lh5- b548 Feb 24  1989 rexx/Dofor.rexx
[generic]                  291     537  54.2% -lh5- 6864 Apr  1  1989 rexx/Editall.rexx
[generic]                  117     140  83.6% -lh5- 9954 Jun 19  1998 rexx/expunge.rexx
[generic]                 2519    8851  28.5% -lh5- e91c Apr  1  1989 rexx/Graph.rexx
[generic]                  300     542  55.4% -lh5- 9e92 Apr 20  1994 rexx/ListTest.rexx
[generic]                 1113    2689  41.4% -lh5- aaf7 Jan 18  2001 rexx/MakeScreen.rexx
[generic]                 1052    2279  46.2% -lh5- 4364 Jun 26  1998 rexx/MouseTest.rexx
[generic]                  583    1109  52.6% -lh5- 1560 Jun 26  1998 rexx/ReadmeFirst
[generic]                 1011    3343  30.2% -lh5- 2648 Apr 25  1991 rexx/Requesters.rexx
[generic]                 1237    3267  37.9% -lh5- 3c39 Jan 18  2001 rexx/Rexxcalc.rexx
[generic]                 2010    6399  31.4% -lh5- fe43 Jan 18  2001 rexx/ScreenTest.rexx
[generic]                  153     290  52.8% -lh5- 8504 Mar 23  1989 rexx/TestGraph.rexx
[generic]                  850    2175  39.1% -lh5- 6b43 Jun 21  1998 src/allocrastport.c
[generic]                  411    1602  25.7% -lh5- bcdb Jun 13  1998 src/areapatterns.h
[generic]                22248  109730  20.3% -lh5- 6deb Jun 20  1998 src/areapolydraw.a
[generic]                 5721   18416  31.1% -lh5- 5d77 Jun 21  1998 src/areapolydraw.c
[generic]                  287     626  45.8% -lh5- 778e Feb 17  1991 src/areapolydraw.h
[generic]                 1090    4144  26.3% -lh5- 74ea Jun 26  1998 src/compile_results
[generic]                 6213   21546  28.8% -lh5- 28c8 Jun 21  1998 src/createhost.c
[generic]                  462     768  60.2% -lh5- a2d0 Mar 14  1991 src/disp.asm
[generic]                 7182   29432  24.4% -lh5- c92b Jun 20  1998 src/dispatch.a
[generic]                 2683    6929  38.7% -lh5- f548 Apr  5  2000 src/dispatch.c
[generic]                 1455    3569  40.8% -lh5- cfd3 Jun 21  1998 src/drawiff.c
[generic]                  707    1518  46.6% -lh5- 44f4 Jun 21  1998 src/env.c
[generic]                 1743    4178  41.7% -lh5- 3738 Jun 21  1998 src/filelist.c
[generic]                 3620   15051  24.1% -lh5- 9316 Jun 21  1998 src/filreq.c
[generic]                  173     256  67.6% -lh5- 52e3 Apr  4  2000 src/hash.rexx
[generic]                 2685    9716  27.6% -lh5- a6f9 Jun 21  1998 src/libinit.c
[generic]                  377    1274  29.6% -lh5- 3b67 Jun 26  1998 src/libinit.diff
[generic]                 3224    8880  36.3% -lh5- f868 Jun 21  1998 src/listreq.c
[generic]                   43      52  82.7% -lh5- 3ca0 Jun 26  1998 src/makeall
[generic]                  783    2350  33.3% -lh5- 95a6 Jun 21  1998 src/makefile
[generic]                 1202    2928  41.1% -lh5- 0773 Apr  5  2000 src/MakeScreen.rexx
[generic]                  596    1106  53.9% -lh5- caed Jun 21  1998 src/memory.c
[generic]                 1091    2621  41.6% -lh5- 809d Jun 21  1998 src/message.c
[generic]                  165     304  54.3% -lh5- eadf Feb 16  1991 src/newlook.h
[generic]                   74      74 100.0% -lh0- 925e Mar 14  1991 src/ral.fd
[generic]                  306     487  62.8% -lh5- 14db Apr  5  2000 src/ral.lnk
[generic]                 1322    6369  20.8% -lh5- 8677 Apr  4  2000 src/ralprotos.h
[generic]                   63     168  37.5% -lh5- baf4 Mar 25  1991 src/reinstall
[generic]                  453    1468  30.9% -lh5- 8803 Jun 21  1998 src/rexxarplib.h
[generic]                  133     498  26.7% -lh5- 4ad1 Jun 21  1998 src/rexxscreen
[generic]                  323     610  53.0% -lh5- 50a7 May 21  1989 src/rtag.asm
[generic]                  109     205  53.2% -lh5- f872 Apr 19  1994 src/rxhtable
[generic]                 1620    5288  30.6% -lh5- 98af Jun 20  1998 src/rxhtable.a
[generic]                  685    1466  46.7% -lh5- 68d8 Apr  5  2000 src/rxhtable.c
[generic]                  175     234  74.8% -lh5- b88f Apr  4  2000 src/scoptions
[generic]                 3276   10741  30.5% -lh5- 03d6 Apr  4  2000 src/screens.c
[generic]                 1817    5252  34.6% -lh5- 7143 Jun 21  1998 src/simp.c
[generic]                  842    2516  33.5% -lh5- 579e Jun 17  1998 src/sreq/gadmxsel.c
[generic]                 2547    8446  30.2% -lh5- 7dd0 Jun 17  1998 src/sreq/inc/iff.h
[generic]                 2987   11173  26.7% -lh5- bf53 Jun 17  1998 src/sreq/inc/libraries/MyArp.h
[generic]                  322     737  43.7% -lh5- b846 Jun 17  1998 src/sreq/inc/simpdefs.h
[generic]                  302     819  36.9% -lh5- 3ec3 Jun 17  1998 src/sreq/inc/simpmenu.h
[generic]                 1163    4055  28.7% -lh5- 3299 Jun 17  1998 src/sreq/inc/simpreq.h
[generic]                  297    1239  24.0% -lh5- fd8d Jun 12  1998 src/sreq/makefile
[generic]               101275  267116  37.9% -lh5- e693 Jun 20  1998 src/sreq/menutest
[generic]                 2941   10865  27.1% -lh5- 0646 Jun 17  1998 src/sreq/menutest.c
[generic]               123540  324836  38.0% -lh5- 1481 Jun 20  1998 src/sreq/reqtest
[generic]                  737    3508  21.0% -lh5- 80a5 Jun 17  1998 src/sreq/reqtest.c
[generic]                  152     193  78.8% -lh5- cbdf Jun 20  1998 src/sreq/scoptions
[generic]                  322     737  43.7% -lh5- b846 Jun 17  1998 src/sreq/simpdefs.h
[generic]                 3807   16254  23.4% -lh5- 202f Jun 18  1998 src/sreq/simpgad.c
[generic]                  322     885  36.4% -lh5- 003d Jun 17  1998 src/sreq/simplib.c
[generic]                 3179   14541  21.9% -lh5- e8ee Jun 17  1998 src/sreq/simpmenu.c
[generic]                 2539    7134  35.6% -lh5- d578 Jun 17  1998 src/sreq/simpmsg.c
[generic]                 3035    9390  32.3% -lh5- b518 Jun 17  1998 src/sreq/simpreq.c
[generic]                 1644    4372  37.6% -lh5- a79a Jun 17  1998 src/sreq/simpwin.c
[generic]                 1956    6705  29.2% -lh5- c2b1 Jun 17  1998 src/sreq/tekmenutest.c
[generic]                 2370    8776  27.0% -lh5- dbb5 Jun 17  1998 src/sreq/vtmenutest.c
[generic]                  216     461  46.9% -lh5- 9ff2 Jun 20  1998 src/strchr.c
[generic]                  904    2137  42.3% -lh5- b1cc Jun 21  1998 src/syswbscr.c
[generic]                 3154    6844  46.1% -lh5- 1245 Apr 19  1994 src/todo.txt
[generic]                 1709    4034  42.4% -lh5- ef29 Jun 21  1998 src/util.c
[generic]                 4800   26641  18.0% -lh5- 4321 Jun 21  1998 src/whfunctions.c
[generic]                  209     440  47.5% -lh5- 3cce Nov 16  1988 src/whhtable
[generic]                  852    2005  42.5% -lh5- ab30 Jun 21  1998 src/whhtable.c
[generic]                 3315    8348  39.7% -lh5- f466 Jan 19  2001 Readme
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        84 files  404140 1178140  34.3%            Jan 20  2001

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>