~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/haxe/ImportAll.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2009-08-03 21:29:45 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090803212945-hy4s0okm36gtqzz5
Tags: 1:2.4-1
* New upstream version (CVS 2009-08-01).
* Removed obsolete parts of the copyright file now that ExtLib is 
  not included anymore.
* Included patch for Ubuntu location of zlib, thanks to Alessio Treglia.
  (Closes: #533159)
* Removed haxe-mode to get it into its own package.
  (Closes: #521222)
* Included new commands in bash_completion.
* Removed obsolete Lintian overrides.
* Bumped Standards-Version to 3.8.2, no change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
 
567
567
#end
568
568
 
 
569
#if cpp
 
570
 
 
571
import cpp.FileSystem;
 
572
import cpp.Lib;
 
573
import cpp.Random;
 
574
import cpp.Sys;
 
575
 
 
576
import cpp.io.File;
 
577
import cpp.io.FileInput;
 
578
import cpp.io.FileOutput;
 
579
import cpp.io.Path;
 
580
import cpp.io.Process;
 
581
 
 
582
import cpp.net.Host;
 
583
import cpp.net.Socket;
 
584
import cpp.net.SocketInput;
 
585
import cpp.net.SocketOutput;
 
586
 
 
587
import cpp.vm.Gc;
 
588
import cpp.vm.Lock;
 
589
import cpp.vm.Mutex;
 
590
import cpp.vm.Thread;
 
591
 
 
592
import cpp.zip.Flush;
 
593
import cpp.zip.Uncompress;
 
594
 
 
595
#end