aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-11-27 22:30:31 +0000
committerRichard M. Stallman1998-11-27 22:30:31 +0000
commitdc32c4fafbc0d9b2096baf41406f10216d4f737f (patch)
treece781586ec7d8107e6c523f5dd2c9bf9ca34be68
parentf4e09ae7107491e46bbbd984bd56c206498910e3 (diff)
downloademacs-dc32c4fafbc0d9b2096baf41406f10216d4f737f.tar.gz
emacs-dc32c4fafbc0d9b2096baf41406f10216d4f737f.zip
*** empty log message ***
-rw-r--r--etc/tasks.texi25
1 files changed, 13 insertions, 12 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi
index 20491058c86..06c098f9543 100644
--- a/etc/tasks.texi
+++ b/etc/tasks.texi
@@ -3,7 +3,7 @@
3@setfilename tasks.info 3@setfilename tasks.info
4@settitle GNU Task List 4@settitle GNU Task List
5@c This date is automagically updated when you save this file: 5@c This date is automagically updated when you save this file:
6@set lastupdate October 27, 1998 6@set lastupdate November 25, 1998
7@c %**end of header 7@c %**end of header
8 8
9@setchapternewpage off 9@setchapternewpage off
@@ -205,11 +205,9 @@ A manual for Ghostscript.
205A manual for TCSH. 205A manual for TCSH.
206 206
207@item 207@item
208A good free reference manual for Perl. The free Perl on-line reference 208A coherent free reference manual for Perl. Most of the Perl on-line
209documentation is good, for what it is--a list of functions and a 209reference documentation can be used as a starting point, but work is
210description of each--but that is not the same as a reference manual. 210needed to weld them together into a coherent manual.
211(Compare, for example, the Emacs Lisp Reference Manual with the
212collection of documentation strings of Emacs Lisp functions.)
213 211
214@item 212@item
215A good free Perl language tutorial introduction. The existing Perl 213A good free Perl language tutorial introduction. The existing Perl
@@ -403,12 +401,18 @@ the US expired in 1997. This library can probably be developed from
403the code for the GNU Privacy Guard (now in development). 401the code for the GNU Privacy Guard (now in development).
404 402
405@item 403@item
404An implementation of SSLv3 (more precisely, TLSv1) which is patent-free
405(uses the non-RSA algorithms) and has distribution terms compatible with
406the GNU GPL. We know of a GPL-covered implemention of a version of SSL
407that you can use as a starting point.
408
409@item
406Free software for doing secure commercial transactions on the web. 410Free software for doing secure commercial transactions on the web.
407This too needs public key encryption. 411This too needs public key encryption.
408@end itemize 412@end itemize
409 413
410A free replacement for PGP is no longer listed here because the GNU 414The projects to provide free replacements for PGP and SSH are no longer
411Privacy Guard will do that job. 415listed here, because projects to do those jobs are well under way.
412 416
413@node Other Projects 417@node Other Projects
414@chapter Other Projects 418@chapter Other Projects
@@ -565,9 +569,6 @@ information compiled by the USDA at
565@url{http://www.nal.usda.gov/fnic/foodcomp}. 569@url{http://www.nal.usda.gov/fnic/foodcomp}.
566 570
567@item 571@item
568A translator from Scheme to C.
569
570@item
571A fast emulator for the i386 which works by translating 572A fast emulator for the i386 which works by translating
572machine instructions into the machine language of the host machine. 573machine instructions into the machine language of the host machine.
573(Support for emulation of other machines would enhance the program 574(Support for emulation of other machines would enhance the program
@@ -614,7 +615,7 @@ finger -l fortran@@gnu.org
614@end example 615@end example
615 616
616We would like to have translators from various languages into Scheme. 617We would like to have translators from various languages into Scheme.
617These languages include TCL, Python, Perl, Java and Rexx. 618These languages include TCL, Python, Perl, Java, Javascript, and Rexx.
618 619
619We would like to have an implementation of Clipper, perhaps a GCC front 620We would like to have an implementation of Clipper, perhaps a GCC front
620end, and perhaps a translator into Scheme. 621end, and perhaps a translator into Scheme.