Open Object Rexx
Open Object Rexx is an object-oriented scripting language. The language is designed for both beginners and experienced Rexx programmers. It is easy to learn and use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.
It extends the procedural way of Rexx programming with object-oriented features that allow you to gradually change your programming style as you learn more about objects.
For more information on ooRexx, visit http://www.oorexx.org/
For more information on Rexx, visit http://www.rexxla.org/
- Developed at devel:languages:misc
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/ooRexx && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
debian.tar.gz | 0000002790 2.72 KB | |
ooRexx-4.2.0-gcc6.patch | 0000026900 26.3 KB | |
ooRexx-4.2.0.tar.bz2 | 0001292665 1.23 MB | |
ooRexx-chdir-setgroups.patch | 0000000590 590 Bytes | |
ooRexx-rpmlintrc | 0000001155 1.13 KB | |
ooRexx.changes | 0000006631 6.48 KB | |
ooRexx.dsc | 0000000582 582 Bytes | |
ooRexx.spec | 0000012786 12.5 KB | |
set_default_rexx_path.patch | 0000003273 3.2 KB | |
systemd-fixes.patch | 0000000367 367 Bytes |
Revision 20 (latest revision is 24)
Dominique Leuenberger (dimstar_suse)
accepted
request 641334
from
Erico Mendonca (emendonca)
(revision 20)
- Part of the GCC6 fixes broke the SysFileSearch() function. The pointer comparison to '\0' needs to be done in the rexxutil library, as the result is returned via a null-delimited string. Thus, the -fpermissive flag needs to be added.
Comments 0