Menu

Tree [13280c] master /
 History

HTTPS access


File Date Author Commit
 build 2010-11-06 Constantin Makshin Constantin Makshin [985b87] Removed the "-Os" compiler option in an attempt...
 debian 2011-12-16 Constantin Makshin Constantin Makshin [217a43] Debian packages should always use system PCRE
 doc 2012-10-24 Constantin Makshin Constantin Makshin [fdf0dd] Marked the current state as version 1.2.7
 examples 2009-07-04 Constantin Makshin Constantin Makshin [549f28] Updated packaging script and some examples
 pcre 2013-04-16 Constantin Makshin Constantin Makshin [78700f] Removed old Visual Studio project files
 shell 2017-05-24 Constantin Makshin Constantin Makshin [13280c] Fixed compilation on GCC 6+
 squirrel 2013-04-16 Constantin Makshin Constantin Makshin [78700f] Removed old Visual Studio project files
 .gitignore 2013-04-16 Constantin Makshin Constantin Makshin [938bf2] Added some Visual Studio-specific files to .git...
 COPYING 2008-03-30 Constantin Makshin Constantin Makshin [d8f5c5] Changed license to GPLv3
 COPYING-pcre 2008-03-29 Constantin Makshin Constantin Makshin [824ecc] Updated PCRE to version 7.6; updated Squirrel t...
 COPYING-squirrel 2008-03-29 Constantin Makshin Constantin Makshin [824ecc] Updated PCRE to version 7.6; updated Squirrel t...
 COPYING-zlib 2006-10-31 Constantin Makshin Constantin Makshin [d5a954] Added input/output/error streams redirection fo...
 HISTORY 2012-10-24 Constantin Makshin Constantin Makshin [fdf0dd] Marked the current state as version 1.2.7
 INSTALL 2012-10-24 Constantin Makshin Constantin Makshin [fdf0dd] Marked the current state as version 1.2.7
 Makefile.in 2011-12-16 Constantin Makshin Constantin Makshin [470c0e] Marked the current state as version 1.2.6
 Makefile.mingw 2007-05-26 Constantin Makshin Constantin Makshin [1aa757] Minor fixes and improvements
 Makefile.msvc 2007-05-26 Constantin Makshin Constantin Makshin [1aa757] Minor fixes and improvements
 README 2012-10-24 Constantin Makshin Constantin Makshin [fdf0dd] Marked the current state as version 1.2.7
 archive.nut 2012-06-13 Constantin Makshin Constantin Makshin [6e8404] Updated PCRE to version 8.30
 configure 2010-11-09 Constantin Makshin Constantin Makshin [b4886c] Added support of specifying compilation options...
 configure-mime.in 2010-04-11 Constantin Makshin Constantin Makshin [4c4398] Updated the configuration script to support pkg...
 install-mime 2009-02-26 Constantin Makshin Constantin Makshin [616b9a] Prepared files for a new release
 make-debian-packages 2010-04-11 Constantin Makshin Constantin Makshin [4c4398] Updated the configuration script to support pkg...
 squirrelsh.nsi 2012-10-24 Constantin Makshin Constantin Makshin [fdf0dd] Marked the current state as version 1.2.7
 squirrelsh.sln 2010-09-26 Constantin Makshin Constantin Makshin [32307e] Added path to the current working directory to ...
 squirrelsh.spec 2010-08-30 Constantin Makshin Constantin Makshin [722bea] Converted the documentation to LaTeX format and...
 uninstall-mime 2009-02-26 Constantin Makshin Constantin Makshin [616b9a] Prepared files for a new release

Read Me

Squirrel Shell 1.2.7 Readme
===========================

Table of Contents
-----------------
1. Introduction
2. License Agreement
3. Installation Instructions
4. Documentation
5. Links

1. Introduction
---------------
Squirrel Shell is made as a cross platform alternative to system shells like
sh, bash and other in *nix and cmd.exe (command.com) in Microsoft Windows.

Its cross platform nature solves the problem of writing several scripts for
doing the same thing, but in different OS's. This is particularly useful for
writing configuration scripts in source packages.

Squirrel Shell is based on general purpose scripting language "Squirrel". As
this language isn't dedicated to one specific purpose, script authors have
more power. Squirrel has these features:
- object-oriented programming;
- C++-like syntax;
- weak references;
- generators;
- exception handling;
- higher order functions.
More on Squirrel's web site (link is in "Links" section of this document).

2. License Agreement
--------------------
Squirrel Shell is distributed under terms of GNU GPL license. See file
"COPYING" for details.

PCRE is distributed under terms of BSD license. See file "COPYING-pcre" for
details.

Squirrel is distributed under terms of zlib license. See file
"COPYING-squirrel" for details.

Parts of zlib library are distributed under terms of zlib license. See file
"COPYING-zlib" for details.

3. Installation Instructions
----------------------------
These are placed in file "INSTALL".

4. Documentation
--------------
Squirrel Shell User Manual is available in file "squirrelsh.pdf" in "doc"
directory.

5. Links
--------
http://squirrelsh.sourceforge.net - Squirrel Shell's web site.
http://www.squirrel-lang.org      - Web site of Squirrel language.
http://www.pcre.org               - Web site of PCRE library.
http://sourceforge.net            - Home of open source software.

You can contact me by sending e-mail to <dinosaur-rus@users.sourceforge.net>.
But preffered way to do the same things is using appropriate sections on
project page.

===========================================
Copyright (c) 2006-2012, Constantin Makshin
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.