Changeset 34509d5 for owl.c


Ignore:
Timestamp:
Dec 23, 2007, 7:48:01 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
93ee554
Parents:
9a6cc40
Message:
GLib/Unicode branch - adding glib dependency.

Linking BarnOwl to GLib. 

Cleaning up some malloc/realloc/strdup/free code, moving to owl_*
functions for each.

Changing to GLib memory allocation functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r13a3c1db r34509d5  
    4848#include <termios.h>
    4949#include <sys/stat.h>
     50#include <locale.h>
    5051#include "owl.h"
    5152
     
    9091  debug=0;
    9192  initialsubs=1;
     93
     94  setlocale(LC_ALL, "");
     95 
    9296  if (argc>0) {
    9397    argv++;
Note: See TracChangeset for help on using the changeset viewer.