Next | Query returned 38 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2013-04-06 16:32:38 by Blue Rats | Files touched by this commit (1)
Log message:
Use DEFAULT_DISTFILES instead of ${DISTNAME}${EXTRACT_SUFX} as suggested
by obache@ - originally, pkglint didn't like $(DISTNAME)$(EXTRACT_SUFX)
   2013-04-06 15:05:30 by Blue Rats | Files touched by this commit (1)
Log message:
$(DISTNAME)$(EXTRACT_SUFX) is not a valid DISTFILE, but perhaps
${DISTNAME}${EXTRACT_SUFX} is.
   2012-10-29 09:04:21 by Aleksej Saushev | Files touched by this commit (3)
Log message:
Update to Squeak 4.3

Changes in Squeak 4.3.

There aren't any applications bundled with this release.
Instead of working on applications to bundle with the image,
core developers have been inspired by the Cog virtual machine
to look deeply into the image for things they wanted to change.
As a result, the image is becoming smaller, tidier, and nimbler.

There are five Welcome Workspaces in Squeak 4.3.
The second is called Future Directions:

- This image is ~15M. If you execute - Smalltalk unloadAllKnownPackages -
  it will become ~10M

- A SqueakCore image is available at http://ftp.squeak.org/4.3

- A reasonable target is the creation of a smaller image,
  which may be a task before the community

- A place to explore where to make reductions is likely the
 removal/replacement of GUIs

- Once we have a smaller core image, we can employ Andreas Raab's memo [1]
  on how to load code back into the image. This will be based on tests
  delineating the separate responsibilities of core and application developers

[1] http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-May/150658.html

Changes in Squeak 4.2

 * Preparation for adoption of Cog VM
 * Significant class-library and IDE improvements, with many speed improvements
 * High-precision Clock (microsecond precision)
 * Cleaned-up code base, with better support for unloading optional packages and \ 
fonts.
 * The last of the underscore assignments have been replaced with ANSI assignments.
 * Refactoring and unification of Smalltalk and SmalltalkImage globals.
 * API for stdio access (requires recent VM)
 * Improved command-line interface
 * Better Documentation (see Help > Help Browser)
 * SUnit now supports timeouts
 * More UI work including a tweaked look and feel, and support for translucent fonts
 * Support for classic MVC has been restored to Squeak for better support of \ 
slower devices
 * System Reporter (found under Help > About this system) - a tool
   to simplify and standardise the reporting of your image's
   set-up.

Changes in Squeak 4.1

This version combines the licence change occurring in the 4.0 release
with the development work that has been going on while the re-licensing
process took place.

Much of the work in this release has been focused on fundamental
improvements. Major achievements are the integration of Cog's
closure implementation, the improved UI look and feel,
the new anti-aliased fonts, the core library improvements,
and the modularity advances.

One key focus for this release was to address the issues that
have been known to frustrate developers using Squeak for the
first time. A much improved set of UI widgets, the new menu bar
including the fast search control, integrated help, improved
test coverage, more class and method comments, and integrated
syntax highlighting all make the system more accessible. The new
full closures, the new traits implementation, multiple
improvements to the collections and streams classes, the new
NumberParser hierarchy all help make development easier and
produce cleaner, faster code. Deploying your completed
applications will be made easier by the work done on making many
modules unloadable, and by support for other cleanup activities.
   2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-03-19 15:41:56 by Aleksej Saushev | Files touched by this commit (3)
Log message:
Update to Squeak 4.0

Squeak 4.0 is functionally equivalent to the previous Squeak 3.10.2 release
but licensed under the MIT license original parts remaining under the Apache
license.

Current development work will be released as 4.1 as soon as possible
following the release of 4.0.

pkgsrc changes:
- move machine-independent files into "share" hierarchy;
- set licence;
- fix homepage.
   2010-03-18 23:37:38 by Christoph Badura | Files touched by this commit (1)
Log message:
Fix distinfo for SqueakV39.sources.gz.  The one on ftp.squeak.org
supposedly hasn't changed in the last ~4 years.
   2010-02-11 03:18:34 by Aleksej Saushev | Files touched by this commit (21) | Package removed
Log message:
Update to Squeak3.10.2.7179-basic image.
Finish splitting package into VM and Image parts.
   2010-02-11 00:33:09 by Christoph Badura | Files touched by this commit (7)
Log message:
Make squeak build again:
- correctly override the libtool used by the build.
- patch-ao: rearrange linker arguments so that vm/vm.a pulls in the libraries.
- patch-ap: fix building of npsqueak browser plugin (use cc as compiler. add
  .so suffix to plugin)
- for whatever reason the plugins are now installed with .a and .so suffixes.
  adjust PLISTs accordingly.

I can now at least start the vm again.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-08 08:35:51 by Hasso Tepper | Files touched by this commit (1)
Log message:
Use OVERRIDE_DIRDEPTH instead of hardcoding config.sub and config.guess
paths as suggested by Joerg.

Next | Query returned 38 messages, browsing 11 to 20 | Previous